Skip to content

Commit 70d758a

Browse files
committed
adding esp32 v4 test to nightly
1 parent 2048dd6 commit 70d758a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

bin/nightly/manifest_t.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
{
88
"chipFamily": "ESP8266",
99
"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+
]
1017
}
1118
]
1219
}

0 commit comments

Comments
 (0)