Skip to content

Commit f0cdff7

Browse files
committed
Change 14.4 to use links instead of local files
1 parent 3eacdc8 commit f0cdff7

13 files changed

Lines changed: 17 additions & 41 deletions
-1.43 MB
Binary file not shown.
-1.32 MB
Binary file not shown.
-1.3 MB
Binary file not shown.
-1.23 MB
Binary file not shown.
-1.23 MB
Binary file not shown.
-1.26 MB
Binary file not shown.
-851 KB
Binary file not shown.
-851 KB
Binary file not shown.

bin/release_0_14_4/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@
77
"chipFamily": "ESP32",
88
"parts": [
99
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10-
{ "path": "WLED_0.14.4_ESP32.bin", "offset": 65536 }
10+
{ "path": "https://github.com/wled/WLED/releases/download/v0.14.4/WLED_0.14.4_ESP32.bin", "offset": 65536 }
1111
]
1212
},
1313
{
1414
"chipFamily": "ESP32-C3",
1515
"parts": [
1616
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
17-
{ "path": "WLED_0.14.4_ESP32-C3.bin", "offset": 65536 }
17+
{ "path": "https://github.com/wled/WLED/releases/download/v0.14.4/WLED_0.14.4_ESP32-C3.bin", "offset": 65536 }
1818
]
1919
},
2020
{
2121
"chipFamily": "ESP32-S2",
2222
"parts": [
2323
{ "path": "bootloader_s2.bin", "offset": 0 },
2424
{ "path": "partitions_s2_4m.bin", "offset": 32.768 },
25-
{ "path": "WLED_0.14.4_ESP32-S2.bin", "offset": 65536 }
25+
{ "path": "https://github.com/wled/WLED/releases/download/v0.14.4/WLED_0.14.4_ESP32-S2.bin", "offset": 65536 }
2626
]
2727
},
2828
{
2929
"chipFamily": "ESP32-S3",
3030
"parts": [
3131
{ "path": "bootloader_s3.bin", "offset": 0 },
3232
{ "path": "partitions_s3_8m.bin", "offset": 32.768 },
33-
{ "path": "WLED_0.14.4_ESP32-S3_8MB.bin", "offset": 65536 }
33+
{ "path": "https://github.com/wled/WLED/releases/download/v0.14.4/WLED_0.14.4_ESP32-S3_8MB.bin", "offset": 65536 }
3434
]
3535
},
3636
{
3737
"chipFamily": "ESP8266",
38-
"parts": [{ "path": "WLED_0.14.4_ESP8266.bin", "offset": 0 }]
38+
"parts": [{ "path": "https://github.com/wled/WLED/releases/download/v0.14.4/WLED_0.14.4_ESP8266.bin", "offset": 0 }]
3939
}
4040
]
4141
}

bin/release_0_14_4/manifest_a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"chipFamily": "ESP32",
88
"parts": [
99
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10-
{ "path": "WLED_0.14.4_ESP32_audioreactive.bin", "offset": 65536 }
10+
{ "path": "https://github.com/wled/WLED/releases/download/v0.14.4/WLED_0.14.4_ESP32_audioreactive.bin", "offset": 65536 }
1111
]
1212
}
1313
]

0 commit comments

Comments
 (0)