update for v14, (almost) working ota

This commit is contained in:
2019-11-10 21:56:05 +01:00
parent 65a1a3027b
commit c367091adf
2 changed files with 5 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
// (background: http://iot-bits.com/esp8266/esp8266-reset-causes-rst-cause/
// Version history:
// v14: Initial OTA support
// v13: Refactored so config-settings are in config.h, move from Adafruit Neopixel to WS2812FX library
// v12: Refactored inbound commands to hook in to the modules (module_message function), completed assimilation of (never-published) Moon_Connected sketch
// v11: Simplified scheduler, back to cooperative looping