We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b301e22 commit a2ea330Copy full SHA for a2ea330
1 file changed
docs/manifest.json
@@ -4,8 +4,8 @@
4
"build": "latest",
5
"chipFamily": "ESP32-C5",
6
"parts": [
7
- { "path": "firmware/bootloader.bin", "offset": 8192 },
8
- { "path": "firmware/partition-table.bin", "offset": 32768 },
9
- { "path": "firmware/projectZero.bin", "offset": 65536 }
+ { "path": "https://raw.githubusercontent.com/C5Lab/projectZero/main/ESP32C5/binaries-esp32c5/bootloader.bin", "offset": 8192 },
+ { "path": "https://raw.githubusercontent.com/C5Lab/projectZero/main/ESP32C5/binaries-esp32c5/partition-table.bin", "offset": 32768 },
+ { "path": "https://raw.githubusercontent.com/C5Lab/projectZero/main/ESP32C5/binaries-esp32c5/projectZero.bin", "offset": 65536 }
10
]
11
}
0 commit comments