Y SI
/
TCP-Server-sample
TCP-Server-sample
Revision 1:263b4d8f37b9, committed 2021-04-08
- Comitter:
- YSI
- Date:
- Thu Apr 08 12:45:42 2021 +0000
- Parent:
- 0:d3cd3a4b962c
- Commit message:
- delete unused serial
Changed in this revision
main.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.h Thu Apr 08 12:39:50 2021 +0000 +++ b/main.h Thu Apr 08 12:45:42 2021 +0000 @@ -15,7 +15,6 @@ TCPSocket serverTCP, *clientTCP; EventQueue *queue = NULL; BusOut Led(LED1, LED2, LED3); -UnbufferedSerial pc(USBTX, USBRX, 230400); bool CONNECT = false;