Skip to content

Firmware 1.1.0

Compare
Choose a tag to compare
@outlandnish outlandnish released this 06 Oct 17:45
· 19 commits to master since this release
4675f6c

Lights

  • Swapped from FastLED to AddressableLED for lighting
  • Adds support for WS2813, SK6812, and SK6812 RGBW LEDs
  • Re-architected lighting API. Lighting effects are now applied per region and can be layered on top of each other

Config

  • Removed preferences section
  • Added support for new lighting effects API (region based lighting effects for a given action)

Bluetooth LE API

  • Device name is now set through the config service using the name:<name> option
  • Lighting effects can be updated in place or saved to config for different actions

Logging

  • Now uses ESP_LOG macros instead of custom Log class throughout the application