v1.4.35
Pre-release
Pre-release
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