Skip to content

Commit 2048dd6

Browse files
committed
adding 0.15.1 release
1 parent c94e077 commit 2048dd6

12 files changed

Lines changed: 76 additions & 11 deletions
8 KB
Binary file not shown.
13.2 KB
Binary file not shown.
14.4 KB
Binary file not shown.
64 KB
Binary file not shown.
64 KB
Binary file not shown.
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/2507260",
4+
"home_assistant_domain": "wled",
5+
"builds": [
6+
{
7+
"chipFamily": "ESP32",
8+
"parts": [
9+
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.15.1/WLED_0.15.1_ESP32.bin", "offset": 65536 }
11+
]
12+
},
13+
{
14+
"chipFamily": "ESP32-C3",
15+
"parts": [
16+
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
17+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.15.1/WLED_0.15.1_ESP32-C3.bin", "offset": 65536 }
18+
]
19+
},
20+
{
21+
"chipFamily": "ESP32-S2",
22+
"parts": [
23+
{ "path": "bootloader_s2.bin", "offset": 0 },
24+
{ "path": "partitions_s2_4m.bin", "offset": 32.768 },
25+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.15.1/WLED_0.15.1_ESP32-S2.bin", "offset": 65536 }
26+
]
27+
},
28+
{
29+
"chipFamily": "ESP32-S3",
30+
"parts": [
31+
{ "path": "bootloader_s3.bin", "offset": 0 },
32+
{ "path": "partitions_s3_8m.bin", "offset": 32.768 },
33+
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.15.1/WLED_0.15.1_ESP32-S3_8MB.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/WLED_0.15.1_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/2507260 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/WLED_0.15.1_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/WLED_0.15.1_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/2507260 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/WLED_0.15.1_ESP8266_160.bin", "offset": 0 }]
10+
}
11+
]
12+
}
3 KB
Binary file not shown.
3 KB
Binary file not shown.

0 commit comments

Comments
 (0)