demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
16:ffd311730575
Parent:
13:f3db7045e220
Child:
18:df5bd29cf9a9
--- a/main.cpp	Wed Apr 18 08:35:32 2018 +0000
+++ b/main.cpp	Wed Apr 18 09:17:14 2018 +0000
@@ -7,7 +7,7 @@
                
         TCPlistener listener;
         char command[512];
-        listener.receivePacket(command,sizeof(command));
+        listener.receiveSegment(command,sizeof(command));
         
         #if 0
         Mutex* lock=new Mutex();