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 DedeHai committed Jan 27, 2024
1 parent 44c4326 commit daa4d13
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 daa4d13

Please sign in to comment.