This commit is contained in:
Blaz Kristan 2024-01-10 19:40:59 +01:00
parent e580e815f0
commit 447324b59f

View File

@ -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");