Skip to content

Commit

Permalink
Turn off wifi power savings in hopes of fixing GPIO36/39 problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchBradley committed Dec 19, 2021
1 parent d13fd24 commit 2d02ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FluidNC/src/WebUI/WifiConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ namespace WebUI {
WiFi.onEvent(WiFiConfig::WiFiEvent);
_events_registered = true;
}
esp_wifi_set_ps(WIFI_PS_NONE);
log_info("WiFi on");
wifi_services.begin();
return true;
Expand Down

0 comments on commit 2d02ba2

Please sign in to comment.