Skip to content

Commit

Permalink
Merge pull request #30 from lost-hope/master
Browse files Browse the repository at this point in the history
beta release 15.0b3
  • Loading branch information
blazoncek authored May 23, 2024
2 parents 5198290 + f9e60df commit d54ac7f
Show file tree
Hide file tree
Showing 23 changed files with 104 additions and 5 deletions.
Binary file added bin/beta_0_15_0-b2/boot_app0.bin
Binary file not shown.
11 changes: 8 additions & 3 deletions bin/beta_0_15_0-b2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,28 @@
"chipFamily": "ESP32-C3",
"parts": [
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
{ "path": "WLED_0.15.0-b2_ESP32-C3.bin", "offset": 65536 }
{ "path": "partitions_c3_4m.bin", "offset": 32.768 },
{ "path": "WLED_0.15.0-b2_ESP32-C3.bin", "offset": 65536 },
{ "path": "boot_app0.bin", "offset": 57.344 }
]
},
{
"chipFamily": "ESP32-S2",
"parts": [
{ "path": "bootloader_s2.bin", "offset": 0 },
{ "path": "partitions_s2_4m.bin", "offset": 32.768 },
{ "path": "WLED_0.15.0-b2_ESP32-S2.bin", "offset": 65536 }
{ "path": "WLED_0.15.0-b2_ESP32-S2.bin", "offset": 65536 },
{ "path": "boot_app0.bin", "offset": 57.344 }

]
},
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "bootloader_s3.bin", "offset": 0 },
{ "path": "partitions_s3_8m.bin", "offset": 32.768 },
{ "path": "WLED_0.15.0-b2_ESP32-S3_8MB.bin", "offset": 65536 }
{ "path": "WLED_0.15.0-b2_ESP32-S3_8MB.bin", "offset": 65536 },
{ "path": "boot_app0.bin", "offset": 57.344 }
]
},
{
Expand Down
Binary file added bin/beta_0_15_0-b3/WLED_0.15.0-b3_ESP32-C3.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/WLED_0.15.0-b3_ESP32-S2.bin
Binary file not shown.
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/WLED_0.15.0-b3_ESP32.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/WLED_0.15.0-b3_ESP8266.bin
Binary file not shown.
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/boot_app0.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/bootloader_s2.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/bootloader_s3.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/esp32-c3_bootloader_v2.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/esp32_bootloader_v4.bin
Binary file not shown.
46 changes: 46 additions & 0 deletions bin/beta_0_15_0-b3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "WLED",
"version": "0.15.0-b3/2405180",
"home_assistant_domain": "wled",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
{ "path": "WLED_0.15.0-b3_ESP32.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP32-C3",
"parts": [
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
{ "path": "partitions_c3_4m.bin", "offset": 32.768 },
{ "path": "WLED_0.15.0-b3_ESP32-C3.bin", "offset": 65536 },
{ "path": "boot_app0.bin", "offset": 57.344 }
]
},
{
"chipFamily": "ESP32-S2",
"parts": [
{ "path": "bootloader_s2.bin", "offset": 0 },
{ "path": "partitions_s2_4m.bin", "offset": 32.768 },
{ "path": "WLED_0.15.0-b3_ESP32-S2.bin", "offset": 65536 },
{ "path": "boot_app0.bin", "offset": 57.344 }

]
},
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "bootloader_s3.bin", "offset": 0 },
{ "path": "partitions_s3_8m.bin", "offset": 32.768 },
{ "path": "WLED_0.15.0-b3_ESP32-S3_4MB_qspi.bin", "offset": 65536 },
{ "path": "boot_app0.bin", "offset": 57.344 }
]
},
{
"chipFamily": "ESP8266",
"parts": [{ "path": "WLED_0.15.0-b3_ESP8266.bin", "offset": 0 }]
}
]
}
14 changes: 14 additions & 0 deletions bin/beta_0_15_0-b3/manifest_a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "WLED",
"version": "0.15.0-b3/2405180 audio",
"home_assistant_domain": "wled",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
{ "path": "WLED_0.15.0-b3_ESP32_audioreactive.bin", "offset": 65536 }
]
}
]
}
18 changes: 18 additions & 0 deletions bin/beta_0_15_0-b3/manifest_e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "WLED",
"version": "0.15.0-b3/2405180 ethernet",
"home_assistant_domain": "wled",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
{ "path": "WLED_0.15.0-b3_ESP32_Ethernet.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP8266",
"parts": [{ "path": "WLED_0.15.0-b3_ESP8266.bin", "offset": 0 }]
}
]
}
11 changes: 11 additions & 0 deletions bin/beta_0_15_0-b3/manifest_t.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "WLED",
"version": "0.15.0-b3/2405180 test",
"home_assistant_domain": "wled",
"builds": [
{
"chipFamily": "ESP8266",
"parts": [{ "path": "WLED_0.15.0-b3_ESP8266_160.bin", "offset": 0 }]
}
]
}
Binary file added bin/beta_0_15_0-b3/partitions_c3_4m.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/partitions_s2_4m.bin
Binary file not shown.
Binary file added bin/beta_0_15_0-b3/partitions_s3_8m.bin
Binary file not shown.
9 changes: 7 additions & 2 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ <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-b3/manifest.json"
data-ethernet="bin/beta_0_15_0-b3/manifest_e.json"
data-audio = "bin/beta_0_15_0-b3/manifest_a.json"
data-test = "bin/beta_0_15_0-b3/manifest_t.json"
>0.15.0-b3</option>
<option data-manifest="bin/beta_0_15_0-b2/manifest.json"
data-ethernet="bin/beta_0_15_0-b2/manifest_e.json"
data-audio = "bin/beta_0_15_0-b2/manifest_a.json"
Expand Down Expand Up @@ -67,10 +72,10 @@ <h2>Welcome to the WLED web installer!</h2>
data-ethernet="bin/release_0_13_1/manifest_e.json"
>0.13.1</option>

<optgroup label="Sound Reactive">
<optgroup label="Sound Reactive (deprecated)">
<option data-manifest="bin/sr_0_13_4/manifest.json"
data-ethernet="bin/sr_0_13_4/manifest_e.json"
>0.13.4</option>
>0.13.4 </option>
</optgroup>
</select><br>

Expand Down

0 comments on commit d54ac7f

Please sign in to comment.