Raghu Tirumala / Mbed OS ATT_IoT_Project

Dependencies:   BufferedSoftSerial SDFileSystem

Fork of ATT_AWS_IoT_demo by AT&T IoT

Revision:
33:48172a2972b6
Parent:
28:d549de7c3aad
Child:
34:b153e7a4e2d5
--- a/AWS_openssl/aws_iot_config.h	Wed Aug 02 08:04:25 2017 +0000
+++ b/AWS_openssl/aws_iot_config.h	Fri Aug 25 20:38:12 2017 +0000
@@ -35,8 +35,8 @@
 // USER ENTERED VALUES (only used when not using SD card)
 #define AWS_IOT_MQTT_HOST              "a2m031708va2or.iot.us-west-2.amazonaws.com" ///< Customer specific MQTT HOST. The same will be used for Thing Shadow
 #define AWS_IOT_MQTT_PORT              8883   ///< default port for MQTT/S
-#define AWS_IOT_MQTT_CLIENT_ID         "ATT_IoT" ///< MQTT client ID should be unique for every device
-#define AWS_IOT_MY_THING_NAME 		   "ATT_IoT" ///< Thing Name of the Shadow this device is associated with
+#define AWS_IOT_MQTT_CLIENT_ID         "ATT_IoT2" ///< MQTT client ID should be unique for every device
+#define AWS_IOT_MY_THING_NAME 		   "ATT_IoT2" ///< Thing Name of the Shadow this device is associated with
 #define AWS_IOT_MY_TOPIC               "ATT_IoT_Topic" ///< Topic name to publish to (used with alternate demo)
 
 //#ifdef USING_SD_CARD // These files are only valid when SD card is being used