Skip to content

Commit

Permalink
🔨 chore: Add ZimaCube Original Firmware option
Browse files Browse the repository at this point in the history
- 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
Cp0204 committed Jul 31, 2024
1 parent 5299663 commit 7291d2c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions installer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ <h1>CubeFX installer</h1>
<optgroup label="Sleep">
<option value="esp_deep_sleep">Put your ESP32C3 sleep and do nothing!</option>
</optgroup>
<optgroup label="Original">
<option value="zimacube_original_firmware">ZimaCube Original Firmware</option>
</optgroup>
</select>
</div>

Expand Down
17 changes: 17 additions & 0 deletions installer/manifest/zimacube_original_firmware.json
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
}
]
}
]
}

0 comments on commit 7291d2c

Please sign in to comment.