This commit is contained in:
Blaz Kristan
2024-01-10 19:41:51 +01:00
committed by Frank
parent e8a3b5f442
commit ed844677cb

View File

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