Skip to content

Commit

Permalink
Adding 0.15.0-b5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lost-hope committed Sep 10, 2024
1 parent f8c3116 commit 8aa049e
Show file tree
Hide file tree
Showing 19 changed files with 74 additions and 0 deletions.
Binary file added bin/beta_0_15_0-b5/WLED_0.15.0-b5_ESP32-C3.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/WLED_0.15.0-b5_ESP32-S2.bin
Binary file not shown.
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/WLED_0.15.0-b5_ESP32.bin
Binary file not shown.
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/WLED_0.15.0-b5_ESP8266.bin
Binary file not shown.
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/boot_app0.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/bootloader_s2.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/bootloader_s3.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/esp32-c3_bootloader_v2.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/esp32_bootloader_v4.bin
Binary file not shown.
41 changes: 41 additions & 0 deletions bin/beta_0_15_0-b5/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "WLED",
"version": "0.15.0-b5/2409100",
"home_assistant_domain": "wled",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
{ "path": "WLED_0.15.0-b5_ESP32.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP32-C3",
"parts": [
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
{ "path": "WLED_0.15.0-b5_ESP32-C3.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP32-S2",
"parts": [
{ "path": "bootloader_s2.bin", "offset": 0 },
{ "path": "partitions_s2_4m.bin", "offset": 32.768 },
{ "path": "WLED_0.15.0-b5_ESP32-S2.bin", "offset": 65536 }

]
},
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "bootloader_s3.bin", "offset": 0 },
{ "path": "WLED_0.15.0-b5_ESP32-S3_4M_qspi.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP8266",
"parts": [{ "path": "WLED_0.15.0-b5_ESP8266.bin", "offset": 0 }]
}
]
}
18 changes: 18 additions & 0 deletions bin/beta_0_15_0-b5/manifest_e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "WLED",
"version": "0.15.0-b5/2409100 ethernet",
"home_assistant_domain": "wled",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
{ "path": "WLED_0.15.0-b5_ESP32_Ethernet.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP8266",
"parts": [{ "path": "WLED_0.15.0-b4_ESP8266.bin", "offset": 0 }]
}
]
}
11 changes: 11 additions & 0 deletions bin/beta_0_15_0-b5/manifest_t.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "WLED",
"version": "0.15.0-b5/2409100 test",
"home_assistant_domain": "wled",
"builds": [
{
"chipFamily": "ESP8266",
"parts": [{ "path": "WLED_0.15.0-b5_ESP8266_160.bin", "offset": 0 }]
}
]
}
Binary file added bin/beta_0_15_0-b5/partitions_c3_4m.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/partitions_s2_4m.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b5/partitions_s3_8m.bin
Binary file not shown.
4 changes: 4 additions & 0 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ <h2>Welcome to the WLED web installer!</h2>
<select id="ver" class="btn" onchange="resetCheckboxes();setManifest();">

<optgroup label="Beta">
<option data-manifest="bin/beta_0_15_0-b5/manifest.json"
data-ethernet="bin/beta_0_15_0-b5/manifest_e.json"
data-test = "bin/beta_0_15_0-b5/manifest_t.json"
>0.15.0-b5</option>
<option data-manifest="bin/beta_0_15_0-b4/manifest.json"
data-ethernet="bin/beta_0_15_0-b4/manifest_e.json"
data-audio = "bin/beta_0_15_0-b4/manifest_a.json"
Expand Down

0 comments on commit 8aa049e

Please sign in to comment.