kopia lustrzana https://github.com/micropython/micropython-lib
uasyncio.udp: Typo fix in debug print.
rodzic
72a90a0c93
commit
9e21d6e1ed
|
@ -49,7 +49,7 @@ def sendto(s, buf, addr=None):
|
||||||
#print("send res:", res)
|
#print("send res:", res)
|
||||||
if res == len(buf):
|
if res == len(buf):
|
||||||
return
|
return
|
||||||
print("asento: IOWrite")
|
print("sendto: IOWrite")
|
||||||
yield core.IOWrite(s)
|
yield core.IOWrite(s)
|
||||||
|
|
||||||
def close(s):
|
def close(s):
|
||||||
|
|
Ładowanie…
Reference in New Issue