ThingPlug GMMP library WiFi Example on Nucleo and muRata

Dependencies:   GMMP NTPClient SNICInterface mbed-rtos mbed

Revision:
4:ff11a6ae5845
Parent:
1:a861abaa7e3b
--- a/main.cpp	Wed Aug 12 09:00:26 2015 +0000
+++ b/main.cpp	Thu Aug 13 07:07:50 2015 +0000
@@ -332,7 +332,7 @@
 void setup(void) {
     t.start();
 
-  infoln("Start setup()");
+  infoln("\r\nStart setup()");
 
     startSensingTemp(); //lesmin
 
@@ -343,6 +343,7 @@
 
   if ( Initialize(serverIp, nServerPort, pszDomainCode, pszGWAuthID, mac) ) {
       infoln("Initialize failed!");
+      exit(-1);
   }
 
   SetCallFunction(Recv);