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 e580e81 commit 447324b
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 @@ -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");
Expand Down

0 comments on commit 447324b

Please sign in to comment.