Axeda AMMMP sample code for the mbed NXP LPC1768 Prototyping Board

Dependencies:   EthernetInterface mbed-rtos mbed

Dependents:   AxedaGo-mbed_WIZnetInterface

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;