We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2048dd6 commit 70d758aCopy full SHA for 70d758a
1 file changed
bin/nightly/manifest_t.json
@@ -7,6 +7,13 @@
7
{
8
"chipFamily": "ESP8266",
9
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/nightly/WLED_0.16.0-alpha_ESP8266_160.bin", "offset": 0 }]
10
+ },
11
+ {
12
+ "chipFamily": "ESP32",
13
+ "parts": [
14
+ { "path": "esp32_bootloader_v4.bin", "offset": 0 },
15
+ { "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/nightly/WLED_0.16.0-alpha_ESP32_V4.bin", "offset": 65536 }
16
+ ]
17
}
18
]
19
0 commit comments