Fix comment
This commit is contained in:
parent
0d5265d1ad
commit
d1b2e6d365
@ -136,7 +136,7 @@ bool netman::tryConnectToSsid(const char* ssid, const char* pass) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Animate by adding dots up to three, then reset
|
// Animate by adding dots
|
||||||
display.setCursor(0, 20);
|
display.setCursor(0, 20);
|
||||||
for (int i = 0; i < dotCount; i++) {
|
for (int i = 0; i < dotCount; i++) {
|
||||||
display.print(".");
|
display.print(".");
|
||||||
|
Loading…
Reference in New Issue
Block a user