Skip to content

v1.4.35

Pre-release
Pre-release
Compare
Choose a tag to compare
@cyberman54 cyberman54 released this 18 Sep 15:46
· 2709 commits to master since this release
569da23

v1.4.35

  • Experimental OTA firmware update via wifi implemented, using JFrog Bintray cloud service for distributing binaries
  • Version management enhanced: now central controlled by value of PROGVERSION in platformio.ini
  • platformio.ini restructured: now selectable flash / OTA upload
  • New file ota.conf holding user credentials for OTA and Bintray (should be kept local)
  • New Reset OTA command (rcommand x09 x09) invokes OTA update process on device
  • Device Status (rcommand x81) now shows the reason of last reset for both cores, according to
    https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP32/examples/ResetReason/ResetReason.ino
  • payload.cpp: missing encoding of PROGVERSION in payload encoder type "packed" added