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)
|
||||
if res == len(buf):
|
||||
return
|
||||
print("asento: IOWrite")
|
||||
print("sendto: IOWrite")
|
||||
yield core.IOWrite(s)
|
||||
|
||||
def close(s):
|
||||
|
|
Ładowanie…
Reference in New Issue