Nucleo board and sensor, sending data to myDevices

Dependencies:   Cayenne-MQTT-mbed-M1 X_NUCLEO_IKS01A1 mbed mtsas-m1

Fork of Dragonfly_Cayenne_Sprint_IKS01A1 by Peter Ferland

Revision:
6:d70ed27847fe
Parent:
5:a2d72fe4d7bd
--- a/main.cpp	Fri Sep 01 19:55:21 2017 +0000
+++ b/main.cpp	Thu Sep 07 16:11:41 2017 +0000
@@ -61,7 +61,7 @@
     if (! radio)
         return false;
 
-    radio->setApn("wireless.twilio.com");
+    //radio->setApn("wireless.twilio.com");
     Transport::setTransport(radio);
     while (! radio->connect()) {
         logError("failed to bring up PPP link");