kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.udp: Remove optional flags value in a call to usocket.sendto().
rodzic
4238bc9653
commit
8d75a36431
|
@ -45,7 +45,7 @@ def recvfrom(s, n):
|
|||
|
||||
def sendto(s, buf, addr=None):
|
||||
while 1:
|
||||
res = s.sendto(buf, 0, addr)
|
||||
res = s.sendto(buf, addr)
|
||||
#print("send res:", res)
|
||||
if res == len(buf):
|
||||
return
|
||||
|
|
Ładowanie…
Reference in New Issue