bachelorproef

Dependencies:   mbed C12832

Revision:
1:fda3af7f9bf7
Parent:
0:6c9daa430100
--- a/tcp.h	Tue Mar 24 22:00:48 2020 +0000
+++ b/tcp.h	Thu Mar 26 01:44:45 2020 +0000
@@ -7,6 +7,7 @@
     public:
         int ip;
         string IPString;
+        char buffer[128];
         EthernetInterface net;
         TCPSocket socket;