We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb82878 commit 9bba17cCopy full SHA for 9bba17c
micropython/examples/badger2040w/lib/badger2040w.py
@@ -174,7 +174,7 @@ def ip_address(self):
174
175
def connect(self):
176
if WIFI_CONFIG.COUNTRY == "":
177
- raise RuntimeError("You must populate WIFI_CONFIG for networking.")
+ raise RuntimeError("You must populate WIFI_CONFIG.py for networking.")
178
self.display.set_update_speed(2)
179
network_manager = NetworkManager(WIFI_CONFIG.COUNTRY, status_handler=self.status_handler)
180
uasyncio.get_event_loop().run_until_complete(network_manager.client(WIFI_CONFIG.SSID, WIFI_CONFIG.PSK))
0 commit comments