Skip to content

Commit

Permalink
remove '.'
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt committed Feb 7, 2024
1 parent c30b4de commit 74a8a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/esp-fs-webserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ IPAddress FSWebServer::startWiFi(uint32_t timeout, bool apFlag, CallbackF fn)
// execute callback function during wifi connection
if (fn != nullptr)
fn();
delay(1000);
Serial.print(".");
delay(100);
// Serial.print(".");
// If no connection after a while break
if (millis() - startTime > timeout)
break;
Expand Down

0 comments on commit 74a8a45

Please sign in to comment.