Merge pull request #8526 from daanzu/patch-1
Fix typo in TCP server test readme.md
This commit is contained in:
commit
a59ceed8aa
|
@ -1,4 +1,4 @@
|
||||||
# Circuitpython as Client
|
# Circuitpython as Server
|
||||||
|
|
||||||
This example demonstrates the use of Socket as a server, accessed by a client program on a host development machine. This Circuitpython sketch uses the Bind, Listen, Accept, and recvfrom_into calls.
|
This example demonstrates the use of Socket as a server, accessed by a client program on a host development machine. This Circuitpython sketch uses the Bind, Listen, Accept, and recvfrom_into calls.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue