Skip to content

Commit 58933f1

Browse files
committed
try different Corsproxy
1 parent d33adda commit 58933f1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bin/nightly/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"chipFamily": "ESP32",
99
"parts": [
1010
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
11-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/nightly/WLED_0.16.0-alpha_ESP32_V4.bin", "offset": 65536 }
11+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/nightly/WLED_0.16.0-alpha_ESP32_V4.bin", "offset": 65536 }
1212
]
1313
},
1414
{
@@ -17,27 +17,27 @@
1717
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
1818
{ "path": "partitions_c3.bin", "offset": 32768 },
1919
{ "path": "boot_app0_v2022.bin", "offset": 57344 },
20-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP32-C3.bin", "offset": 65536 }
20+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP32-C3.bin", "offset": 65536 }
2121
]
2222
},
2323
{
2424
"chipFamily": "ESP32-S2",
2525
"parts": [
2626
{ "path": "bootloader_s2.bin", "offset": 0 },
27-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP32-S2.bin", "offset": 65536 }
27+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP32-S2.bin", "offset": 65536 }
2828

2929
]
3030
},
3131
{
3232
"chipFamily": "ESP32-S3",
3333
"parts": [
3434
{ "path": "bootloader_s3.bin", "offset": 0 },
35-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP32-S3_4M_qspi.bin", "offset": 65536 }
35+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP32-S3_4M_qspi.bin", "offset": 65536 }
3636
]
3737
},
3838
{
3939
"chipFamily": "ESP8266",
40-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP8266.bin", "offset": 0 }]
40+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP8266.bin", "offset": 0 }]
4141
}
4242
]
4343
}

0 commit comments

Comments
 (0)