- add support for TinyUSB (Adafruits SAMD Boards, Raspberry Pi Pico, ESP32, see all) thanks to @Spegs21 #215
- fix a timer overflow which happens if the arduino runs for many months #204
- updated documentation
Breaking Changes
CorsairLightingFirmware
have now a constructor with two arguments, the first is the corsair product type and the second is a storage interface for the firmware- The
FastLEDController
persistence is now configured with aFastLEDControllerStorage
object instead of a boolean in the constructor - The type of the device id changed from
byte[]
toDeviceID
All examples has been updated with these changes.