alexwohlbruck / covalent

Internet connected lamps! For my senior capstone project💡⚛️🎓
https://alex.wohlbruck.com/project/covalent
2 stars 0 forks source link

Configure OTA updates #22

Closed alexwohlbruck closed 2 years ago

alexwohlbruck commented 2 years ago

This library seems to have made this task trivial https://github.com/rdehuyss/micropython-ota-updater

I will try to implement this while I wait for my hardware to ship.

alexwohlbruck commented 2 years ago

Got this pretty much done, updates are installed on boot. But there may be a way to check for updates and install automatically without user intervention. Going to look into that