-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔨 chore: Add ZimaCube Original Firmware option
- Add ZimaCube Original Firmware option to installer - Add manifest file for ZimaCube Original Firmware - Add original firmware binary file to installer folder
- Loading branch information
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "zimacube_original_firmware", | ||
"version": "v0.5", | ||
"funding_url": "https://buymeacoffee.com/cp0204", | ||
"new_install_prompt_erase": false, | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP32-C3", | ||
"parts": [ | ||
{ | ||
"path": "../firmware/zimacube_original_firmware.bin", | ||
"offset": 0 | ||
} | ||
] | ||
} | ||
] | ||
} |