Added Updater to automatically perform OTA updates without user interaction.

This commit is contained in:
2019-11-28 06:42:30 +01:00
parent 3b0410f560
commit 07b1ea3a5c
9 changed files with 192 additions and 4 deletions

9
DEPLOY.md Normal file
View File

@@ -0,0 +1,9 @@
# Deploying a new version
* Update the OTA_VERSION in `include/config.h`, `include/config.sample.h`,
`data/_version.txt`, and `update.manifest`.
* Commit the changes.
* Tag the commit with the new version string.
* Push everything.
* Create theimages using `pio run` and `pio run -t buildfs`.
* Upload `update.manifest`, `firmware.bin` and `spiffs.bin`.