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 StarterKit by
Diff: config_me.h
- Revision:
- 31:d7c386d2e95a
- Parent:
- 30:48b43538e98b
- Child:
- 35:2e864bae3af0
diff -r 48b43538e98b -r d7c386d2e95a config_me.h --- a/config_me.h Wed Jul 20 04:01:03 2016 +0000 +++ b/config_me.h Wed Jul 20 15:46:26 2016 +0000 @@ -32,8 +32,7 @@ #define TEMP_HUMIDITY_ONLY 1 #define TEMP_HUMIDITY_ACCELEROMETER 2 #define TEMP_HUMIDITY_ACCELEROMETER_PMODSENSORS 3 -//static int iSensorsToReport = TEMP_HUMIDITY_ONLY; //modify this to change your selection -static int iSensorsToReport = TEMP_HUMIDITY_ACCELEROMETER; //modify this to change your selection +static int iSensorsToReport = TEMP_HUMIDITY_ONLY; //modify this to change your selection // This is the APN name for the cellular network, you will need to change this, check the instructions included with your SIM card kit: static const char * MY_APN_STR = "m2m.com.attz";
