Releases: bombcheck/ESP8266_ArtNet-LED-DMX-Node
Releases · bombcheck/ESP8266_ArtNet-LED-DMX-Node
v1.0.4
Improvements
- Checks reset reason during start up. Restarts the system (again) if it was resetted via watchdog or exception. This solves the "freeze until another manual reboot"-issue after a crash.
- Only starts ArtNet if booted or restarted normally.
- Initialises SW WDT with 8s timeout.
- Feeding the watchdog during the main loop.
Bug fixes
- Fixed incorrect SPIFFS format detection (could lead to corrupt config).
- Removed "erase config via multiple resets"-feature (could lead to corrupt config).
- Fixed stand-alone-mode.
- Fixed hotspot-bug in some situations.
Known bugs
- Still freezes/resets from time to time, but automatically gets back to work after some seconds.
v1.0.3-dev18
Improvements
- Checks reset reason during start up. Restarts the system (again) if it was resetted via watchdog or exception.
- Only starts ArtNet if booted or restarted normally
- Initialises SW WDT with 8s timeout
- Feeding the watchdog during the main loop
- Check for wifi connection every 5s in main loop (reconnects if connection drops)
- Tweaked some timings in WS2812 driver
Bug fixes
- Fixed incorrect SPIFFS format detection (could lead to corrupt config)
- Removed "erase config via multiple resets"-feature (could lead to corrupt config)
Known bugs
- Still resets from time to time, but should automatically get back to work after some seconds.