Skip to content

Commit d0ee17d

Browse files
committed
add 0.15.0 release
1 parent b9cab30 commit d0ee17d

11 files changed

Lines changed: 69 additions & 0 deletions

bin/release_0_15_0/boot_app0.bin

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.

bin/release_0_15_0/manifest.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "WLED",
3+
"version": "0.15.0/2412100",
4+
"home_assistant_domain": "wled",
5+
"builds": [
6+
{
7+
"chipFamily": "ESP32",
8+
"parts": [
9+
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10+
{ "path": "https://github.com/wled/WLED/releases/download/v0.15.0/WLED_0.15.0_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://github.com/wled/WLED/releases/download/v0.15.0/WLED_0.15.0_ESP32-C3.bin", "offset": 65536 }
18+
]
19+
},
20+
{
21+
"chipFamily": "ESP32-S2",
22+
"parts": [
23+
{ "path": "bootloader_s2.bin", "offset": 0 },
24+
{ "path": "https://github.com/wled/WLED/releases/download/v0.15.0/WLED_0.15.0_ESP32-S2.bin", "offset": 65536 }
25+
26+
]
27+
},
28+
{
29+
"chipFamily": "ESP32-S3",
30+
"parts": [
31+
{ "path": "bootloader_s3.bin", "offset": 0 },
32+
{ "path": "https://github.com/wled/WLED/releases/download/v0.15.0/WLED_0.15.0_ESP32-S3_4M_qspi.bin", "offset": 65536 }
33+
]
34+
},
35+
{
36+
"chipFamily": "ESP8266",
37+
"parts": [{ "path": "https://github.com/wled/WLED/releases/download/v0.15.0/WLED_0.15.0_ESP8266.bin", "offset": 0 }]
38+
}
39+
]
40+
}

bin/release_0_15_0/manifest_e.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "WLED",
3+
"version": "0.15.0/2412100 ethernet",
4+
"home_assistant_domain": "wled",
5+
"builds": [
6+
{
7+
"chipFamily": "ESP32",
8+
"parts": [
9+
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10+
{ "path": "https://github.com/wled/WLED/releases/download/v0.15.0/WLED_0.15.0_ESP32_Ethernet.bin", "offset": 65536 }
11+
]
12+
},
13+
{
14+
"chipFamily": "ESP8266",
15+
"parts": [{ "path": "https://github.com/wled/WLED/releases/download/v0.15.0/WLED_0.15.0_ESP8266.bin", "offset": 0 }]
16+
}
17+
]
18+
}

bin/release_0_15_0/manifest_t.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "WLED",
3+
"version": "0.15.0/2412100 test",
4+
"home_assistant_domain": "wled",
5+
"builds": [
6+
{
7+
"chipFamily": "ESP8266",
8+
"parts": [{ "path": "https://github.com/wled/WLED/releases/download/v0.15.0/WLED_0.15.0_ESP8266_160.bin", "offset": 0 }]
9+
}
10+
]
11+
}
3 KB
Binary file not shown.
3 KB
Binary file not shown.

0 commit comments

Comments
 (0)