mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
NANORP2040: Update WiFi AP script
This commit is contained in:
parent
daec5e2799
commit
d85122e43e
@ -32,8 +32,6 @@ def start_streaming(server):
|
|||||||
client.settimeout(5.0)
|
client.settimeout(5.0)
|
||||||
print ('Connected to ' + addr[0] + ':' + str(addr[1]))
|
print ('Connected to ' + addr[0] + ':' + str(addr[1]))
|
||||||
|
|
||||||
# FPS clock
|
|
||||||
clock = time.clock()
|
|
||||||
while (True):
|
while (True):
|
||||||
try:
|
try:
|
||||||
# Read data from client
|
# Read data from client
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user