We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58af825 commit 65d3f47Copy full SHA for 65d3f47
examples/interstate75/flight_display.py
@@ -61,7 +61,7 @@ def network_connect(ssid, password):
61
display.set_pen(BLACK)
62
display.clear()
63
display.set_pen(WHITE)
64
- display.text("Connecting to Wi-fi...", 2, 2, WIDTH, 1)
+ display.text("Connecting to Wi-Fi...", 2, 2, WIDTH, 1)
65
i75.update()
66
67
wlan.connect(ssid, password)
0 commit comments