ThingPlug GMMP library WiFi Example on Nucleo and muRata

Dependencies:   GMMP NTPClient SNICInterface mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
lesmin
Date:
Thu Aug 13 07:07:50 2015 +0000
Parent:
3:ab166c60b4b1
Commit message:
applied forked version of SNICInterface

Changed in this revision

GMMP.lib Show annotated file Show diff for this revision Revisions of this file
SNICInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ab166c60b4b1 -r ff11a6ae5845 GMMP.lib
--- a/GMMP.lib	Wed Aug 12 09:00:26 2015 +0000
+++ b/GMMP.lib	Thu Aug 13 07:07:50 2015 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/SKTelecom_ThingPlug/code/GMMP/#e841a647d1df
+https://developer.mbed.org/teams/SKTelecom_ThingPlug/code/GMMP/#bb6c1ee1d5f0
diff -r ab166c60b4b1 -r ff11a6ae5845 SNICInterface.lib
--- a/SNICInterface.lib	Wed Aug 12 09:00:26 2015 +0000
+++ b/SNICInterface.lib	Thu Aug 13 07:07:50 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/murata/code/SNICInterface/#b53ccb9989c4
+https://developer.mbed.org/teams/SKTelecom_ThingPlug/code/SNICInterface/#cb4c105a2ad2
diff -r ab166c60b4b1 -r ff11a6ae5845 main.cpp
--- 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);