Merge pull request #8526 from daanzu/patch-1

Fix typo in TCP server test readme.md
This commit is contained in:
Dan Halbert 2023-10-26 09:57:10 -04:00 committed by GitHub
commit a59ceed8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.