work-in-progress, untested

This commit is contained in:
kdmukai 2024-12-16 17:32:03 -06:00
parent 85b9b17506
commit 2bea761d3c
3 changed files with 41 additions and 1 deletions

View file

@ -30,7 +30,11 @@ Make sure the postinstall script is ran, because otherwise the filenames are to
## Deploying
To upload the firmware to the BTClock, you need to GZIP all the files. You can use the python script `gzip_build.py` for that.
To upload the firmware to the BTClock, you need to GZIP all the files. You can use the python script `gzip_build.py` for that:
```bash
python3 gzip_build.py
```
Then you can make a `LittleFS.bin` with mklittlefs: