Skip to content

Commit a893e41

Browse files
committed
Fix indentation
1 parent 67d347b commit a893e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/DBTFT/src/DBTFT.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ void setup() {
554554
#else
555555
while (WiFi.status() != WL_CONNECTED) {
556556
tft.write('.');
557-
Serial.write('.');
557+
Serial.write('.');
558558
delay(500);
559559
}
560560
#endif
@@ -627,7 +627,7 @@ void loop() {
627627
failedConnection = 0; // Reset, as we got a result anyways.
628628
}
629629
uint16_t pos = 21;
630-
while (departure != NULL) {
630+
while (departure != NULL) {
631631
if (!drawDeparture(departure, pos)) break;
632632
departure = departure->next;
633633
}

0 commit comments

Comments
 (0)