Skip to content

Commit

Permalink
Update rancilio-pid.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
murmeltier08 authored Dec 12, 2022
1 parent e92d14f commit f00ee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rancilio-pid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ void tempLed() {
* @brief Set up internal WiFi hardware
*/
void wiFiSetup() {
//wm.setCleanConnect(true);
wm.setCleanConnect(true);
wm.setConfigPortalTimeout(60); // sec Timeout for Portal
wm.setConnectTimeout(10); // Try 10 sec to connect to WLAN, 5 SEC to short!
wm.setBreakAfterConfig(true);
Expand Down

0 comments on commit f00ee2e

Please sign in to comment.