Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
* npm run build
* wled00/wlep.ino.cpp added to .gitignore
* some additional partition layouts (from MM fork)
  • Loading branch information
softhack007 committed Mar 12, 2023
1 parent 5a31e46 commit 14a32a4
Show file tree
Hide file tree
Showing 9 changed files with 1,110 additions and 1,084 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
node_modules
.idea
.direnv
wled00/wled00.ino.cpp
6 changes: 0 additions & 6 deletions tools/SoundReactive_ESP32_16MB.csv

This file was deleted.

8 changes: 8 additions & 0 deletions tools/WLED_ESP32_16MB_9MB_FS.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
app1, app, ota_1, 0x310000,0x300000,
spiffs, data, spiffs, 0x610000,0x9E0000,
coredump, data, coredump,0xFF0000,0x10000,
# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage
5 changes: 5 additions & 0 deletions tools/WLED_ESP32_2MB_noOTA.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 20K,
otadata, data, ota, 0xe000, 8K,
app0, app, ota_0, 0x10000, 1536K,
spiffs, data, spiffs, 0x190000, 384K,
7 changes: 7 additions & 0 deletions tools/WLED_ESP32_4MB_256KB_FS.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1D0000,
app1, app, ota_1, 0x1E0000,0x1D0000,
spiffs, data, spiffs, 0x3B0000,0x40000,
coredump, data, coredump,0x3F0000,0x10000,
11 changes: 11 additions & 0 deletions tools/partitions-4MB-tinyuf2_spiffs.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
# bootloader.bin,, 0x1000, 32K
# partition table, 0x8000, 4K

nvs, data, nvs, 0x9000, 20K,
otadata, data, ota, 0xe000, 8K,
ota_0, 0, ota_0, 0x10000, 1408K,
ota_1, 0, ota_1, 0x170000, 1408K,
uf2, app, factory,0x2d0000, 256K,
spiffs, data, spiffs, 0x310000, 960K,
2 changes: 1 addition & 1 deletion wled00/html_other.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function B(){window.history.back()}function U(){document.getElementById("uf").st
%CSS%%SCSS%</head><body onload="GetV()">
<h2>Sound Reactive WLED Software Update</h2><form method="POST"
action="/update" id="uf" enctype="multipart/form-data" onsubmit="U()"><span
class="sip">0.13.3.7</span><br>Download the latest release: <a
class="sip">0.13.3.8</span><br>Download the latest release: <a
href="https://github.com/atuline/WLED/releases" target="_blank"><img
src="https://img.shields.io/github/release/atuline/WLED.svg?style=flat-square">
</a><br><input type="file" name="update" required><br><button type="submit">
Expand Down
2 changes: 1 addition & 1 deletion wled00/html_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ onclick='uploadFile(d.Sf.data2,"/cfg.json")'><br></div><div style="color:#fa0">
Incorrect configuration may require a factory reset or re-flashing of your ESP.
</div>For security reasons, passwords are not backed up.<h3>About</h3><a
href="https://github.com/atuline/WLED/" target="_blank">WLED</a>
SR version 0.13.3.7<br><br><a
SR version 0.13.3.8<br><br><a
href="https://github.com/atuline/WLED/wiki/Contributors-and-credits"
target="_blank">Contributors, dependencies and special thanks</a><br>
A huge thank you to everyone who helped me create WLED!<br><br>
Expand Down
2,152 changes: 1,076 additions & 1,076 deletions wled00/html_ui.h

Large diffs are not rendered by default.

0 comments on commit 14a32a4

Please sign in to comment.