Skip to content

Commit 3568993

Browse files
authored
Remove ESP32 configuration from manifest_t.json
Removed ESP32 chip family configuration from the manifest.
1 parent ecf7950 commit 3568993

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

bin/nightly/manifest_t.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
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-
]
1710
}
1811
]
1912
}

0 commit comments

Comments
 (0)