Fix comment

This commit is contained in:
Tomislav Kopić 2024-11-05 18:49:38 +01:00
parent 0d5265d1ad
commit d1b2e6d365

View File

@ -136,7 +136,7 @@ bool netman::tryConnectToSsid(const char* ssid, const char* pass) {
return true;
}
// Animate by adding dots up to three, then reset
// Animate by adding dots
display.setCursor(0, 20);
for (int i = 0; i < dotCount; i++) {
display.print(".");