mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 14:57:18 +00:00
Fix for #3665
This commit is contained in:
parent
e580e815f0
commit
447324b59f
@ -696,7 +696,7 @@ void serializeConfig() {
|
||||
|
||||
JsonObject wifi = root.createNestedObject("wifi");
|
||||
wifi[F("sleep")] = !noWifiSleep;
|
||||
wifi[F("phy")] = (int)force802_3g;
|
||||
wifi[F("phy")] = force802_3g;
|
||||
|
||||
#ifdef WLED_USE_ETHERNET
|
||||
JsonObject ethernet = root.createNestedObject("eth");
|
||||
|
Loading…
x
Reference in New Issue
Block a user