ported Axeda app. to mbed LPC1114FN28 with WIZ550io

Dependencies:   W5500Interface mbed

Fork of AxedaGo-mbedNXP by Axeda Corp

Revision:
1:16dd56f0f6c7
Parent:
0:ab4e84579da0
Child:
2:3402e0dbab6b
--- a/main.cpp	Wed Oct 09 19:25:56 2013 +0000
+++ b/main.cpp	Thu Oct 17 19:53:50 2013 +0000
@@ -15,7 +15,7 @@
 {
     
     char *MODEL = "mbed";
-    char *SERIAL_NUM = "abc-123-ume"; 
+    char *SERIAL_NUM = "abc-123"; 
     float DEADBAND = 0.015;
     
     char* ip;