Skip to content

Commit

Permalink
Fix for Aircoookie#3665
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek authored and softhack007 committed Jan 10, 2024
1 parent e8a3b5f commit ed84467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/cfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ed84467

Please sign in to comment.