Skip to content

Commit

Permalink
Fix for #3665
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Jan 10, 2024
1 parent 75e857a commit a11cab0
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 @@ -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");
Expand Down

0 comments on commit a11cab0

Please sign in to comment.