There was an error while loading. Please reload this page.
1 parent 4c8bcd0 commit 2001c57Copy full SHA for 2001c57
1 file changed
website/public/firmware/manifest.json
@@ -6,13 +6,13 @@
6
{
7
"chipFamily": "ESP32",
8
"parts": [
9
- { "path": "/SecureGen/firmware/merged-firmware-esp32.bin", "offset": 0 }
+ { "path": "https://github.com/makepkg/SecureGen/releases/latest/download/firmware-esp32.bin", "offset": 0 }
10
]
11
},
12
13
"chipFamily": "ESP32-S3",
14
15
- { "path": "/SecureGen/firmware/merged-firmware-s3.bin", "offset": 0 }
+ { "path": "https://github.com/makepkg/SecureGen/releases/latest/download/firmware-s3.bin", "offset": 0 }
16
17
}
18
0 commit comments