GDP group 24 node core

Dependencies:   EthernetInterface SDFileSystem mbed-rtos mbed snail MbedJSONValue

Files at this revision

API Documentation at this revision

Comitter:
Trumple
Date:
Tue Jan 13 23:38:44 2015 +0000
Parent:
16:3ac37613f849
Parent:
15:1d98f45717bc
Child:
20:fb2a9f4d2de7
Child:
21:a32666afce7a
Commit message:
Merge master branch

Changed in this revision

--- a/main.cpp	Tue Jan 13 23:36:58 2015 +0000
+++ b/main.cpp	Tue Jan 13 23:38:44 2015 +0000
@@ -12,7 +12,7 @@
 time_t pollInterval = 30;
 
 
-bool isBasenode = false;
+bool isBasenode = true;
 string fieldID = "testfield";
 
 http h = http();
@@ -239,7 +239,6 @@
     
     if (isBasenode)
     {
-        getLocalAddress();
         h.connect();
         
         string timestampStr = h.get("time.bitnode.co.uk", 80, "/");