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.
Dependencies: BufferedSoftSerial SDFileSystem
Fork of ATT_AWS_IoT_demo by
Diff: AWS_openssl/aws_iot_config.h
- 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