-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from lost-hope/master
Adding Beta Release and C3 fix
- Loading branch information
Showing
23 changed files
with
90 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"name": "WLED", | ||
"version": "0.15.0-b4/2406290", | ||
"home_assistant_domain": "wled", | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP32", | ||
"parts": [ | ||
{ "path": "esp32_bootloader_v4.bin", "offset": 0 }, | ||
{ "path": "WLED_0.15.0-b4_ESP32.bin", "offset": 65536 } | ||
] | ||
}, | ||
{ | ||
"chipFamily": "ESP32-C3", | ||
"parts": [ | ||
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 }, | ||
{ "path": "WLED_0.15.0-b4_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-b4_ESP32-S2.bin", "offset": 65536 } | ||
|
||
] | ||
}, | ||
{ | ||
"chipFamily": "ESP32-S3", | ||
"parts": [ | ||
{ "path": "bootloader_s3.bin", "offset": 0 }, | ||
{ "path": "WLED_0.15.0-b4_ESP32-S3_4MB_qspi.bin", "offset": 65536 } | ||
] | ||
}, | ||
{ | ||
"chipFamily": "ESP8266", | ||
"parts": [{ "path": "WLED_0.15.0-b4_ESP8266.bin", "offset": 0 }] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "WLED", | ||
"version": "0.15.0-b4/2406290 audio", | ||
"home_assistant_domain": "wled", | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP32", | ||
"parts": [ | ||
{ "path": "esp32_bootloader_v4.bin", "offset": 0 }, | ||
{ "path": "WLED_0.15.0-b4_ESP32_audioreactive.bin", "offset": 65536 } | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "WLED", | ||
"version": "0.15.0-b4/2406290 ethernet", | ||
"home_assistant_domain": "wled", | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP32", | ||
"parts": [ | ||
{ "path": "esp32_bootloader_v4.bin", "offset": 0 }, | ||
{ "path": "WLED_0.15.0-b4_ESP32_Ethernet.bin", "offset": 65536 } | ||
] | ||
}, | ||
{ | ||
"chipFamily": "ESP8266", | ||
"parts": [{ "path": "WLED_0.15.0-b4_ESP8266.bin", "offset": 0 }] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "WLED", | ||
"version": "0.15.0-b4/2406290 test", | ||
"home_assistant_domain": "wled", | ||
"builds": [ | ||
{ | ||
"chipFamily": "ESP8266", | ||
"parts": [{ "path": "WLED_0.15.0-b4_ESP8266_160.bin", "offset": 0 }] | ||
} | ||
] | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters