Skip to content

Commit 65d3f47

Browse files
authored
Update flight_display.py
1 parent 58af825 commit 65d3f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/interstate75/flight_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def network_connect(ssid, password):
6161
display.set_pen(BLACK)
6262
display.clear()
6363
display.set_pen(WHITE)
64-
display.text("Connecting to Wi-fi...", 2, 2, WIDTH, 1)
64+
display.text("Connecting to Wi-Fi...", 2, 2, WIDTH, 1)
6565
i75.update()
6666

6767
wlan.connect(ssid, password)

0 commit comments

Comments
 (0)