diff --git a/platformio.ini b/platformio.ini
index f30db4e0..7b50f693 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -261,7 +261,7 @@ build_flags = ${common.build_flags_esp8266} -D LEDPIN=1 -D WLED_DISABLE_INFRARED
[env:esp32dev]
board = esp32dev
-platform = espressif32@3.2
+platform = espressif32@2.0
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32
lib_ignore =
@@ -270,7 +270,7 @@ lib_ignore =
[env:esp32_eth]
board = esp32-poe
-platform = espressif32@3.2
+platform = espressif32@2.0
upload_speed = 921600
build_unflags = ${common.build_unflags}
build_flags = ${common.build_flags_esp32} -D WLED_RELEASE_NAME=ESP32_Ethernet -D RLYPIN=-1 -D WLED_USE_ETHERNET -D BTNPIN=-1
diff --git a/wled00/data/settings_leds.htm b/wled00/data/settings_leds.htm
index 53c93576..6767f5da 100644
--- a/wled00/data/settings_leds.htm
+++ b/wled00/data/settings_leds.htm
@@ -252,11 +252,11 @@ Color Order:
BGR
GBR
-Pin:
-Clock:
-
-
-
+Pin:
+Clock:
+
+
+
Start:
@@ -315,7 +315,7 @@ Reverse (rotated 180°):
Enable automatic brightness limiter:
- Maximum Current:
mA
+ Maximum Current:
mA
⚠ Your power supply provides high current.
To improve the safety of your setup,
@@ -348,8 +348,8 @@ Reverse (rotated 180°):
Use less than 800 LEDs per pin for the best experience!
- Touch threshold:
- IR pin:
+ Touch threshold:
+ IR pin:
Remote disabled
24-key RGB
24-key with CT
@@ -360,23 +360,23 @@ Reverse (rotated 180°):
9-key red
×
IR info
- Relay pin: Invert ×
+ Relay pin: Invert ×
Defaults
Turn LEDs on after power up/reset:
- Default brightness: (0-255)
- Apply preset at boot (0 uses defaults)
+ Default brightness: (0-255)
+ Apply preset at boot (0 uses defaults)
Use Gamma correction for color: (strongly recommended)
Use Gamma correction for brightness: (not recommended)
- Brightness factor: %
+ Brightness factor: %
Transitions
Crossfade:
- Transition Time: ms
+ Transition Time: ms
Enable Palette transitions:
Timed light
- Default Duration: min
- Default Target brightness:
+ Default Duration: min
+ Default Target brightness:
Mode:
Wait and set
diff --git a/wled00/data/settings_wifi.htm b/wled00/data/settings_wifi.htm
index 58ee5543..c438830a 100644
--- a/wled00/data/settings_wifi.htm
+++ b/wled00/data/settings_wifi.htm
@@ -31,20 +31,20 @@
Network name (SSID, empty to not connect):
Network password:
Static IP (leave at 0.0.0.0 for DHCP):
- .
- .
- .
-
+ .
+ .
+ .
+
Static gateway:
- .
- .
- .
-
+ .
+ .
+ .
+
Static subnet mask:
- .
- .
- .
-
+ .
+ .
+ .
+
mDNS address (leave empty for no mDNS):
http:// .local
Client IP: Not connected
@@ -52,7 +52,7 @@
AP SSID (leave empty for no AP):
Hide AP name:
AP password (leave empty for open):
- Access Point WiFi channel:
+ Access Point WiFi channel:
AP opens:
No connection after boot
diff --git a/wled00/data/style.css b/wled00/data/style.css
index 484b3ded..b1462de2 100644
--- a/wled00/data/style.css
+++ b/wled00/data/style.css
@@ -41,11 +41,17 @@ input[type="number"].xxl {
input[type="number"].big {
width: 85px;
}
+input[type="number"].xmed {
+ width: 60px;
+}
input[type="number"].med {
width: 55px;
}
input[type="number"].small {
- width: 40px;
+ width: 42px;
+}
+input[type="number"].tiny {
+ width: 35px;
}
input[type="checkbox"] {
transform: scale(1.5);
diff --git a/wled00/html_settings.h b/wled00/html_settings.h
index 4544cb67..e3dfd809 100644
--- a/wled00/html_settings.h
+++ b/wled00/html_settings.h
@@ -6,7 +6,7 @@
*/
// Autogenerated from wled00/data/style.css, do not edit!!
-const char PAGE_settingsCss[] PROGMEM = R"=====()=====";
+const char PAGE_settingsCss[] PROGMEM = R"=====()=====";
// Autogenerated from wled00/data/settings.htm, do not edit!!
@@ -39,29 +39,31 @@ BackSave & Connect WiFi setup
Network name (SSID, empty to not connect):
Network password:
Static IP (leave at 0.0.0.0 for DHCP): . . . Static gateway: . . . Static subnet mask: .
- . .
-mDNS address (leave empty for no mDNS): http:// .local Client IP: Not connected
-Configure Access Point AP SSID (leave empty for no AP): Hide AP name:
-AP password (leave empty for open):
-Access Point WiFi channel: AP opens:
-No connection after boot Disconnected Always Never (not recommended)
- AP IP: Not active Experimental
-Disable WiFi sleep:
-Can help with connectivity issues.
+class="small" min="0" max="255" required> . . . Static gateway: . . .
+Static subnet mask: . . . mDNS address (leave empty for no mDNS): http:// .local Client IP: Not connected
+ Configure Access Point AP SSID (leave empty for no AP):
+ Hide AP name: AP password (leave empty for open): Access Point WiFi channel: AP opens:
+No connection after boot Disconnected Always Never (not recommended) AP IP:
+Not active Experimental Disable WiFi sleep: Can help with connectivity issues.
Do not enable if WiFi is working correctly, increases power consumption.
Ethernet Type None
ESP32-POE ESP32Deux
@@ -75,7 +77,7 @@ onclick="B()">BackSave & Connect
// Autogenerated from wled00/data/settings_leds.htm, do not edit!!
const char PAGE_settings_leds[] PROGMEM = R"=====(LED Settings