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.
2 parents e2f476f + 50adb94 commit b171407Copy full SHA for b171407
MEMENTO/Wireless_Remote/code.py
@@ -22,6 +22,7 @@
22
wifi.radio.connect(ssid, password)
23
print("my ip address:", wifi.radio.ipv4_address)
24
socket_pool = socketpool.SocketPool(wifi.radio)
25
+time.sleep(10) # delay so people can get the IP address
26
27
pycam = adafruit_pycamera.PyCamera()
28
pycam.autofocus_init()
0 commit comments