Better deploy script.

This commit is contained in:
2019-11-29 05:29:01 +01:00
parent bbf77c6b1e
commit 7a20cf4b04
2 changed files with 15 additions and 8 deletions

View File

@@ -1,9 +1,3 @@
# 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`.
* Use `deploy.sh`.