Skip to content

Commit 50adb94

Browse files
committed
added delay for IP address screen
1 parent e2f476f commit 50adb94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MEMENTO/Wireless_Remote/code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
wifi.radio.connect(ssid, password)
2323
print("my ip address:", wifi.radio.ipv4_address)
2424
socket_pool = socketpool.SocketPool(wifi.radio)
25+
time.sleep(10) # delay so people can get the IP address
2526

2627
pycam = adafruit_pycamera.PyCamera()
2728
pycam.autofocus_init()

0 commit comments

Comments
 (0)