just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
21:bc9b9383f4b6
Parent:
19:228430f1350e
Child:
22:d87317d7ca91
--- a/main.cpp	Sat Apr 28 15:08:27 2012 +0000
+++ b/main.cpp	Sun May 06 14:40:19 2012 +0000
@@ -38,7 +38,7 @@
 uint8_t serverIp[]  = { 10, 0, 0, 2 }; // not needed perhaps!
 int  serverPort  = 10000;
 
-uint8_t destIp[]  = { 10, 0, 0, 1};
+uint8_t destIp[]  = {10, 0, 0, 3};
 int  destPort = 12000;
 
 char *topAddress="/mbed";