Closed
Description
Firmware Update
- fix stream timeout error [httpUpdate] Update.writeStream failed! (ERROR[6]: Stream Read Timeout) esp8266/Arduino#1676
- Fix hang after update (fixed by unmount spiffs and restart unit after serial upload)
- Update spiffs filesystem over OTA
- Sign binary to verify update, Implement firmware update signing and verification esp8266/Arduino#2103
- [x ] manual .bin upload via web interface
- ATmega328p update from ESP, AVRdude pass through
Connectivity
- [x ] MQTT
Security
-
Password protection & config
-
copy over hostname code from OpenEVSE glynhudson/OpenEVSE_RAPI_WiFi_ESP8266@7cf4a90