Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Releases: toblum/McLighting

v2.2.5

05 Jul 20:51
Compare
Choose a tag to compare
  • #415 wrong WS2812FXStripSettings.stripSize
  • #424 PROGMEM edit is broken

v2.2.1

05 Jul 20:52
Compare
Choose a tag to compare
  • 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

25 Jan 20:02
Compare
Choose a tag to compare
  • Add E1.31 mode
    • E1.31 mode when activated now stops current animation
    • Add E1.31 mode to getModes(), no need to change McLightingUI
    • fix webserver not responding when E1.31 is mode is acivated: do a webserver.loop() for every 1.31 packet
    • HA E1.31 mode added

v2.1.11

08 Jan 15:03
828d870
Compare
Choose a tag to compare

v2.1.10

09 Jan 12:28
b85e5e4
Compare
Choose a tag to compare
  • more ArduinoJson library memory managment fixes

v2.1.9: Before E1.31 implementation

13 Dec 16:40
a07fdd6
Compare
Choose a tag to compare
  • 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

09 Jan 12:29
20e6bc5
Compare
Choose a tag to compare
  • Fix Auto-Discovery for HA version >= 0.84 #286
  • Fix #283

v2.1.7

09 Jan 12:30
af1a8c9
Compare
Choose a tag to compare
  • Contributions by @MrTheBarbarian from #270
  • rethink ESP.getChipId implementaion
  • check ArduinoJSON version
  • Try restting prevmode as suggested in #276

v2.1.6

09 Jan 12:31
2bb2943
Compare
Choose a tag to compare
  • Retire NeoAnimationFX
  • Use DMA or UART method along with WS2812FX instead
  • fix #248