Skip to content

Commit

Permalink
Documentation: How to create the tup files for the OTA update, #127
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Feb 6, 2023
1 parent c8f5d6b commit 26de02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-package-tool/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ g++ -std=c++17 -g ./src/*.cpp -o build/tupt.exe
## Usage

First of all you need to create a new folder.
Here you need to copy all data for the update, including the firmware and the frotnend files.
Here you need to copy all data for the update, including the firmware (from PlatformIO build) and the frontend files (from UI build in [dist](/ui/dist/) folder).
All other data, except user settings, log and animation data is removed from the MicroSD card after the update.
This can make the controller unusable without connecting it to your computer again, so be careful.
By convention the firmware file for the controller is called `firmware.bin` and must be in the root of the created update folder.
Expand Down

0 comments on commit 26de02f

Please sign in to comment.