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 08005aa commit bf5559cCopy full SHA for bf5559c
examples/camera/code.py
@@ -29,7 +29,7 @@
29
print(f"Connecting to {os.getenv('CIRCUITPY_WIFI_SSID')}")
30
wifi.radio.connect(
31
os.getenv("CIRCUITPY_WIFI_SSID"), os.getenv("CIRCUITPY_WIFI_PASSWORD")
32
- )
+)
33
if wifi.radio.connected:
34
print(f"Connected to {os.getenv('CIRCUITPY_WIFI_SSID')}!")
35
print("My IP address is", wifi.radio.ipv4_address)
0 commit comments