Xinyuan-LilyGO / LilyGo-T-Call-SIM800

https://www.aliexpress.com/item/33045221960.html
482 stars 239 forks source link

Update code from server #83

Closed grichfitz closed 4 years ago

grichfitz commented 4 years ago

Hay helpful people, Is there a way to update code remotely? Eg... unit connects to server, checks code version and updates if required?? I have a feeling this not possible. TIA

lewisxhe commented 4 years ago

You can talk to the server first, get the latest version number, and then compare with your current version number. If the latest version, then get the latest firmware from the server, and then use ESP OTA to update.