This commit is contained in:
Blaz Kristan 2024-01-10 19:41:51 +01:00
parent 75e857a510
commit a11cab0f88

View File

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