Skip to content

Commit b171407

Browse files
authored
Merge pull request #2719 from jedgarpark/memento-remote
added delay for IP address screen
2 parents e2f476f + 50adb94 commit b171407

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)