Skip to content

Commit b9cab30

Browse files
committed
add Nightly which should pull the latest version automatically
1 parent 74842ce commit b9cab30

12 files changed

Lines changed: 79 additions & 31 deletions

bin/nightly/boot_app0.bin

8 KB
Binary file not shown.

bin/nightly/bootloader_s2.bin

13.2 KB
Binary file not shown.

bin/nightly/bootloader_s3.bin

14.4 KB
Binary file not shown.
64 KB
Binary file not shown.
64 KB
Binary file not shown.

bin/nightly/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.16.0-aplha",
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/nightly/WLED_0.16.0-alpha_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/nightly/WLED_0.16.0-alpha_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/nightly/WLED_0.16.0-alpha_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/nightly/WLED_0.16.0-alpha_ESP32-S3_4M_qspi.bin", "offset": 65536 }
33+
]
34+
},
35+
{
36+
"chipFamily": "ESP8266",
37+
"parts": [{ "path": "https://github.com/wled/WLED/releases/download/nightly/WLED_0.16.0-alpha_ESP8266.bin", "offset": 0 }]
38+
}
39+
]
40+
}

bin/nightly/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.16.0-aplha 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/nightly/WLED_0.16.0-alpha_ESP32_Ethernet.bin", "offset": 65536 }
11+
]
12+
},
13+
{
14+
"chipFamily": "ESP8266",
15+
"parts": [{ "path": "https://github.com/wled/WLED/releases/download/nightly/WLED_0.16.0-alpha_ESP8266.bin", "offset": 0 }]
16+
}
17+
]
18+
}

bin/nightly/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.16.0-aplha test",
4+
"home_assistant_domain": "wled",
5+
"builds": [
6+
{
7+
"chipFamily": "ESP8266",
8+
"parts": [{ "path": "https://github.com/wled/WLED/releases/download/nightly/WLED_0.16.0-alpha_ESP8266_160.bin", "offset": 0 }]
9+
}
10+
]
11+
}

bin/nightly/partitions_c3_4m.bin

3 KB
Binary file not shown.

bin/nightly/partitions_s2_4m.bin

3 KB
Binary file not shown.

0 commit comments

Comments
 (0)