Skip to content

Commit a2ea330

Browse files
committed
update url's for flasher
1 parent b301e22 commit a2ea330

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"build": "latest",
55
"chipFamily": "ESP32-C5",
66
"parts": [
7-
{ "path": "firmware/bootloader.bin", "offset": 8192 },
8-
{ "path": "firmware/partition-table.bin", "offset": 32768 },
9-
{ "path": "firmware/projectZero.bin", "offset": 65536 }
7+
{ "path": "https://raw.githubusercontent.com/C5Lab/projectZero/main/ESP32C5/binaries-esp32c5/bootloader.bin", "offset": 8192 },
8+
{ "path": "https://raw.githubusercontent.com/C5Lab/projectZero/main/ESP32C5/binaries-esp32c5/partition-table.bin", "offset": 32768 },
9+
{ "path": "https://raw.githubusercontent.com/C5Lab/projectZero/main/ESP32C5/binaries-esp32c5/projectZero.bin", "offset": 65536 }
1010
]
1111
}

0 commit comments

Comments
 (0)