feature/netman #1

Merged
tomislav merged 12 commits from feature/netman into master 2024-11-05 19:43:41 +00:00
Showing only changes of commit d1b2e6d365 - Show all commits

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(".");