multiplayer pong game for LPC 1768

Dependencies:   mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt

Revision:
37:8a0fc62a0512
Parent:
36:46bb54b669bc
--- a/main.cpp	Sat Nov 28 04:21:08 2020 +0000
+++ b/main.cpp	Sun Nov 29 22:40:24 2020 +0000
@@ -109,7 +109,7 @@
             // flush the socket from the previous game
             int flushBytes = 0; 
             while ((flushBytes = sock.receiveFrom(nist, tmp_buffer, sizeof(tmp_buffer))) != 0) {
-                printf("reading bytes: %i\n\r", flushBytes); 
+                printf("flushing bytes: %i\n\r", flushBytes); 
                 printf("tmp_buffer %s\n\r", tmp_buffer); 
             }