]> the.earth.li Git - esp8266-clock.git/commit
Add initial OTA upgrade support
authorJonathan McDowell <noodles@earth.li>
Mon, 3 Sep 2018 19:03:35 +0000 (20:03 +0100)
committerJonathan McDowell <noodles@earth.li>
Mon, 3 Sep 2018 19:03:35 +0000 (20:03 +0100)
commita139c6de516968e2a0e7a21c153404eebea94c9e
tree753186808cc5b4a3c5880eecc60833262efc70b9
parent648045c23ec74fafc4416cfd27b8ce6a091d8a35
Add initial OTA upgrade support

Add support for receiving a new flash image over HTTP and do a check to
see if one is available at boot up. Will program the alternative bank
after doing a check for version.txt with a later version number that
we're running at present.
Makefile
ota.c [new file with mode: 0644]
ota.h [new file with mode: 0644]
user_main.c