Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: GMMP NTPClient SNICInterface mbed-rtos mbed
Revision 4:ff11a6ae5845, committed 2015-08-13
- 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
--- 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
--- 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
--- 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);