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.
Fork of AvnetATT_shape_hackathon by
Diff: main.cpp
- Revision:
- 21:d0038d14ee7c
- Parent:
- 20:27a4f27254d0
- Child:
- 23:d6ceeb6d85ed
- Child:
- 25:e7996d22a7e6
diff -r 27a4f27254d0 -r d0038d14ee7c main.cpp
--- a/main.cpp Wed Jul 13 17:57:14 2016 +0000
+++ b/main.cpp Wed Jul 13 18:34:56 2016 +0000
@@ -275,6 +275,8 @@
.Humidity_Si7020 = "0"
};
+static int iSensorsToReport = TEMP_HUMIDITY_ONLY;
+
void GenerateModemString(char * modem_string)
{
switch(iSensorsToReport)
@@ -516,12 +518,4 @@
sockclose_mdm();
} //bTimerExpiredFlag
} //forever loop
-
-#if (0)
- string * pStr;
- while (1)
- {
- send_wnc_cmd("AT", &pStr, WNC_TIMEOUT_MS);
- }
-#endif
}
