Skip to content

Releases: srwi/FastLEDHub

2.2.0

12 Apr 21:37
Compare
Choose a tag to compare

Changes

  • Added support for custom mdns hostnames (#20) 💖 @thijstriemstra
  • Added function broadcastMessage to broadcast messages via websocket to all active clients (#21) 💖 @thijstriemstra
  • Upgraded ArduinoJson dependency to 7.0

2.1.3

15 Mar 17:18
6c960d9
Compare
Choose a tag to compare

Changes

  • Fixed incorrect pin assignment for toggle button and potentiometer (#11, #13)

2.1.2

19 Nov 01:02
c0ca6fe
Compare
Choose a tag to compare

Changes

  • Added http://<device-ip>/status for retrieving current animation status
  • Fixed an issue with disabling autostart not being possible when using hardware input

2.1.0

02 Jul 19:57
Compare
Choose a tag to compare

Changes

  • Added support for audio spectrum data
  • FastLEDHub now uses the LittleFS filesystem. SPIFFS can be used by defining build parameter USE_SPIFFS.
  • Now the first animation gets started when toggling out of the stopped state or making a /begin http request without arguments
  • Fixed OTA not working reliably

2.0.0

30 Apr 09:39
Compare
Choose a tag to compare

Changes

  • Added support for the ESP32 platform
  • FastLEDHub is now dependent on ESPEssentials ≥ 2.0

1.0.0

15 Apr 19:02
Compare
Choose a tag to compare

Changes

  • Finalized API
  • Rewrote web interface with completely new design
  • Added the ability to add multiple color pickers
  • Added support for multiple led strips
  • Many more changes and optimizations under the hood

0.9.0

24 Mar 21:35
Compare
Choose a tag to compare

Initial release