Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-02 | Use testing.Fatalf() to log in tests | xegineering | |
Using testing.Errorf() does not stop the test. This was never wanted. | |||
2024-10-02 | Add soundbox.toLinkLocal() | xegineering | |
To communicate with soundbox devices it is required to convert the known device MAC address (printed on the case) to an IPv6 link-local address. |