kamilsss655 / ESPRI

ESPRI (ESP Radio Interface) project providing extended functionalities to ham radios
Apache License 2.0
81 stars 3 forks source link

[FEATURE] Auto check for new versions #20

Open kamilsss655 opened 2 months ago

kamilsss655 commented 2 months ago

Describe the solution you'd like

The ESPRI device if connected to the Internet could periodically check for new versions of the firmware:

curl -s \
                    -H "Accept: application/vnd.github.v3+json" \
                    https://api.github.com/repos/kamilsss655/ESPRI/tags

Once detected it could notify user that there is a new version available, or even potentially offer auto update via OTA (needs further research)