I added functionality to get the RSSI, BER, and Cell Neighbor for reporting connection issues to M2X

Dependencies:   mbed FXOS8700CQ mbed-rtos WNCInterface M2XStreamClient-JMF jsonlite

Revision:
10:a8495b430849
Parent:
8:b82d330e10e9
Child:
12:0dfd0129f75d
--- a/config_me.h	Wed Oct 25 14:56:01 2017 +0000
+++ b/config_me.h	Wed Oct 25 14:59:01 2017 +0000
@@ -7,7 +7,7 @@
 const char* tStreamName = "temp";                          // Temperature stream ID
 const char* accelStreamNames[] = { "accelX", "accelY", "accelZ" };  // Accelerometer stream IDs
 
-const int commandDelay = 10;                               // how many seconds we should wait between polling for a command
-const int commandPolls = 6;                                // how many times we should poll for a command
+int commandDelay = 10;                               // how many seconds we should wait between polling for a command
+int commandPolls = 6;                                // how many times we should poll for a command
 // these two also define how often we will be sending the data to M2X, 
 // the interval is commandPolls * commandDelay seconds, the default is 60 seconds (6 * 10 = 60s)
\ No newline at end of file