Skip to content

Commit e52d816

Browse files
committed
update c5 manifest and bins
1 parent 7e89ced commit e52d816

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed
20.3 KB
Binary file not shown.
1.66 MB
Binary file not shown.
3 KB
Binary file not shown.

webflasher/manifests/c5expander.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
2-
"name": "ESP32 Bus Expander - C5",
2+
"name": "ESP32 Bus Expander C5",
33
"version": "0.1",
4-
"new_install_prompt_erase": false,
54
"builds": [
65
{
76
"chipFamily": "ESP32-C5",
87
"parts": [
9-
{
10-
"path": "https://geo-tp.github.io/ESP32-Bus-Pirate/webflasher/firmwares/bus_expander_01_c5.bin",
11-
"offset": 0
12-
}
8+
{ "path": "bus_expander_bootloader.bin", "offset": 0 },
9+
{ "path": "bus_expander_partitions.bin", "offset": 32768 },
10+
{ "path": "bus_expander_firmware.bin", "offset": 65536 }
1311
]
1412
}
1513
]

0 commit comments

Comments
 (0)