Skip to content

Commit c4800f9

Browse files
authored
Merge pull request #51 from lost-hope/new_webtool_version
Big update
2 parents 758e88d + 70d758a commit c4800f9

342 files changed

Lines changed: 439 additions & 1277 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "WLED",
3+
"version": "0.15.1-b1",
4+
"home_assistant_domain": "wled",
5+
"new_install_prompt_erase": true,
6+
"builds": [
7+
{
8+
"chipFamily": "ESP32",
9+
"parts": [
10+
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
11+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32.bin", "offset": 65536 }
12+
]
13+
},
14+
{
15+
"chipFamily": "ESP32-C3",
16+
"parts": [
17+
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
18+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-C3.bin", "offset": 65536 }
19+
]
20+
},
21+
{
22+
"chipFamily": "ESP32-S2",
23+
"parts": [
24+
{ "path": "bootloader_s2.bin", "offset": 0 },
25+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-S2.bin", "offset": 65536 }
26+
27+
]
28+
},
29+
{
30+
"chipFamily": "ESP32-S3",
31+
"parts": [
32+
{ "path": "bootloader_s3.bin", "offset": 0 },
33+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-S3_4M_qspi.bin", "offset": 65536 }
34+
]
35+
},
36+
{
37+
"chipFamily": "ESP8266",
38+
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266.bin", "offset": 0 }]
39+
}
40+
]
41+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "WLED",
3+
"version": "0.15.1-b1 ethernet",
4+
"home_assistant_domain": "wled",
5+
"new_install_prompt_erase": true,
6+
"builds": [
7+
{
8+
"chipFamily": "ESP32",
9+
"parts": [
10+
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
11+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32_Ethernet.bin", "offset": 65536 }
12+
]
13+
},
14+
{
15+
"chipFamily": "ESP8266",
16+
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266.bin", "offset": 0 }]
17+
}
18+
]
19+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "WLED",
3+
"version": "0.15.1-b1 test",
4+
"home_assistant_domain": "wled",
5+
"new_install_prompt_erase": true,
6+
"builds": [
7+
{
8+
"chipFamily": "ESP8266",
9+
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266_160.bin", "offset": 0 }]
10+
}
11+
]
12+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)