Skip to content

Commit

Permalink
fixed comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarzen committed Feb 28, 2024
1 parent 37eeffc commit 8193d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio/src/client_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void killWiFi()
{
WiFi.disconnect();
WiFi.mode(WIFI_OFF);
}
} // killWiFi

/* Prints the local time to serial monitor.
*
Expand All @@ -108,7 +108,7 @@ bool printLocalTime(tm *timeInfo)
}
Serial.println(timeInfo, "%A, %B %d, %Y %H:%M:%S");
return true;
} // killWiFi
} // printLocalTime

/* Waits for NTP server time sync, adjusted for the time zone specified in
* config.cpp.
Expand Down

0 comments on commit 8193d0d

Please sign in to comment.