Skip to content

Commit

Permalink
refactor: set wifi waiting printout to verbose log only
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Dec 18, 2023
1 parent 206ebc8 commit ce5bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkManager/src/network/wifihandler/wifi_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ bool WiFiHandler::iniSTA(const std::string& ssid, const std::string& password,
currentMillis = millis();
// Helpers::update_progress_bar(progress, 100);
// delay(301);
Serial.print(".");
log_v(".");
if ((currentMillis - startingMillis) >= connectionTimeout) {
wifiStateManager.setState(WiFiState_e::WiFiState_Error);
log_e("Connection to: %s TIMEOUT \n\r", ssid.c_str());
Expand Down

0 comments on commit ce5bfc2

Please sign in to comment.