Close

ESP8266 OTA updates update

A project log for Home environment monitor

Yet another wireless network of environmental sensors in a home

tundraTundra 03/03/2019 at 23:170 Comments

I've had a lot of difficulty getting OTA updates to work over HTTPS, so I'm falling back to HTTP for now. I've got it updating the sketch efficiently (meaning, using stock code to check md5sum of file and not bothering to update if the md5sum is the same) using the example code - however I'm not yet getting the spiffs to use the same logic - it's loading every time the ESP8266 boots. 

Discussions