Open
Description
Currently it is cumbersome to update the firmware. It would be nice if one could update from the HTTP interface directly with the firmware being downloaded from a https link
We should get as the default firmware URL the latest GitHub Release, from https://api.github.com/repos/probonopd/WirelessPrinting/releases [0]["assets"][0]["browser_download_url"]
but we should alsohave the possibility to load from custom URLs.
- OTA update from github url esp8266/Arduino#1021
- https://gist.github.com/igrr/24dd2138e9c8a7daa1b4
ESPhttpUpdate.update(String(host),httpsPort,String(url),String(""),String(fingerprint));
Activity