This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
Releases: toblum/McLighting
Releases · toblum/McLighting
v2.2.5
v2.2.1
- checkForRequests() is vital for e131 mode, remove from #ifdef ENABLE_LEGACY_ANIMATIONS
- Minor fixes related to NeoPixelBus UART methods
- Modify platformio.ini for future bump to esp8266-arduino v2.5.0 (shamelessly stolen settings from espurna project)
- Gzipped index2.htm & edit.htm.gz(untouched), converted to hex format using xxd -i abcd.gz > html_gz.h
- Pointers added for WS2812FX & NeoPixelBus
- new "REST API": /pixels?ct=xxx to change length of LED strip
- new "REST API": /pixels?rgbo=xxx to change RGB order
- new "REST API": /pixels?pin=GPIO_NO to change PIN# (Allowed GPIO values: 16/5/4/0/2/14/12/13/15/3/1)
v2.2.0
v2.1.11
- More Auto-Discovery fix for HA version >= 0.84 #286
- Suggestions from home-assistant/core#19420
v2.1.10
- more ArduinoJson library memory managment fixes
v2.1.9: Before E1.31 implementation
- HA is not getting the correct animation name being run, boils down to changes to ArduinoJson library
- Bump ArduinoJson library requirment for v6.7.0-beta (better memory management)
- sendState() needs extra memory for jsonBuffer
- sensState() effect can be sent directly instead of copying from PROGMEM
v2.1.8
v2.1.7
- Contributions by @MrTheBarbarian from #270
- rethink ESP.getChipId implementaion
- check ArduinoJSON version
- Try restting prevmode as suggested in #276