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
75e857a510
commit
a11cab0f88
@ -682,7 +682,7 @@ void serializeConfig() {
|
||||
|
||||
JsonObject wifi = doc.createNestedObject("wifi");
|
||||
wifi[F("sleep")] = !noWifiSleep;
|
||||
wifi[F("phy")] = (int)force802_3g;
|
||||
wifi[F("phy")] = force802_3g;
|
||||
|
||||
#ifdef WLED_USE_ETHERNET
|
||||
JsonObject ethernet = doc.createNestedObject("eth");
|
||||
|
Loading…
x
Reference in New Issue
Block a user