![](/media/cache/profiles/Jeff_Logo.jpg.50x50_q85.jpg)
OK
Dependencies: Cayenne-MQTT-mbed NetworkSocketAPI TMP36 X_NUCLEO_IDW01M1v2 mbed
Fork of Cayenne-X-NUCLEO-IDW01M1-TMP36 by
Revision 6:46c902f71441, committed 2017-08-28
- Comitter:
- Jeffdhyan
- Date:
- Mon Aug 28 15:06:44 2017 +0000
- Parent:
- 5:294a8b1bca28
- Commit message:
- OK
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 294a8b1bca28 -r 46c902f71441 main.cpp --- a/main.cpp Fri Nov 11 18:31:11 2016 +0000 +++ b/main.cpp Mon Aug 28 15:06:44 2017 +0000 @@ -10,13 +10,13 @@ #include "TMP36.h" // WiFi network info. -char* ssid = "ssid"; -char* wifiPassword = "wifiPassword"; +char* ssid = "Jeff_HomeAP_2EX"; +char* wifiPassword = "iots2480"; // Cayenne authentication info. This should be obtained from the Cayenne Dashboard. -char* username = "MQTT_USERNAME"; -char* password = "MQTT_PASSWORD"; -char* clientID = "CLIENT_ID"; +char* username = "ac38f8d0-027a-11e7-98f3-6b6a2ddab426"; +char* password = "cae33c19fdbaea3fbe427c8cbc3707e02cc5b5a3"; +char* clientID = "139b74f0-8b27-11e7-b7c6-cd9f8fbcf795"; SpwfSAInterface interface(D8, D2); // TX, RX MQTTNetwork<SpwfSAInterface> network(interface);