Skip to content

Commit 9bba17c

Browse files
committed
add missing .py
1 parent cb82878 commit 9bba17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/examples/badger2040w/lib/badger2040w.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def ip_address(self):
174174

175175
def connect(self):
176176
if WIFI_CONFIG.COUNTRY == "":
177-
raise RuntimeError("You must populate WIFI_CONFIG for networking.")
177+
raise RuntimeError("You must populate WIFI_CONFIG.py for networking.")
178178
self.display.set_update_speed(2)
179179
network_manager = NetworkManager(WIFI_CONFIG.COUNTRY, status_handler=self.status_handler)
180180
uasyncio.get_event_loop().run_until_complete(network_manager.client(WIFI_CONFIG.SSID, WIFI_CONFIG.PSK))

0 commit comments

Comments
 (0)