Skip to content

Releases: bombcheck/ESP8266_ArtNet-LED-DMX-Node

v1.0.4

09 Mar 08:40
Compare
Choose a tag to compare

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

06 Mar 20:12
Compare
Choose a tag to compare
v1.0.3-dev18 Pre-release
Pre-release

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.

v1.0.2

28 Feb 12:24
Compare
Choose a tag to compare

First release after some tweaking