Skip to content

Releases: madmartin/Jarolift_MQTT

v0.7

07 Jul 17:46
Compare
Choose a tag to compare
  • rework use of web_log_message[] array, now a circular buffer
  • fix logging of "incoming MQTT command unknown"
  • merge #5 (partially)
  • adds SNTP time fetch and timestamps in log

v0.6

24 Jun 16:35
Compare
Choose a tag to compare
2018-06-24 v0.6
  • make debug output on serial console configurable
  • fix Firefox issue in edit channel names (thanks to sidddy)
  • add mqtt "sendconfig" command: "cmd/jarolift/sendconfig". the dongle replies with json encoded config data
  • check and confirm running with ESP8266 core 2.4.1
  • WebUI: enhance layout of system menu, display version
  • system menu: serial number prefix is displayed and configurable in hexadecimal now
  • system menu: new field: device counter now configurable

v0.6-rc2

02 Jun 10:08
Compare
Choose a tag to compare
v0.6-rc2 Pre-release
Pre-release

Install example:

gunzip Jarolift_MQTT.ino.v6.0-rc2.bin.gz Jarolift_MQTT.spiffs.v6.0-rc2.bin.gz
esptool.py --port /dev/ttyUSB1 --after hard_reset write_flash 0x300000 Jarolift_MQTT.spiffs.v6.0-rc2.bin
esptool.py --port /dev/ttyUSB1 --after hard_reset write_flash 0x0 Jarolift_MQTT.ino.v6.0-rc2.bin