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: FT6206 SDFileSystem ILI9341_t3
Fork of ATT_AWS_IoT_demo_v06 by
Revision 31:255a2c6f8f47, committed 2017-11-16
- Comitter:
- eggsylah
- Date:
- Thu Nov 16 21:45:54 2017 +0000
- Parent:
- 30:8c979815f533
- Child:
- 32:62a026c88e22
- Commit message:
- V08 as loaded on demo hardware to AT&T
Changed in this revision
| AWS_openssl/aws_iot_config.h | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/AWS_openssl/aws_iot_config.h Wed Nov 15 19:28:37 2017 +0000 +++ b/AWS_openssl/aws_iot_config.h Thu Nov 16 21:45:54 2017 +0000 @@ -38,7 +38,7 @@ #define AWS_HOST2 2 //EBJ TODO -- have this automatic not manual -#if 1 // Test Version ATT->Tomi, GD -> Eric +#if 0 // Test Version ATT->Tomi, GD -> Eric // for V07 #define AWS_IOT_MQTT_HOST1 "a1y8cz14q0xuey.iot.us-west-2.amazonaws.com" ///< Customer specific MQTT HOST. The same will be used for Thing Shadow #define AWS_IOT_MQTT_HOST2 "a30p5gs0yshqpi.iot.us-east-1.amazonaws.com" ///< Customer specific MQTT HOST. The same will be used for Thing Shadow
--- a/main.cpp Wed Nov 15 19:28:37 2017 +0000
+++ b/main.cpp Thu Nov 16 21:45:54 2017 +0000
@@ -681,7 +681,7 @@
// Set baud rate for PC Serial
pc.baud(115200);
- ShowINFO("AT&T AWS IoT Demo V.08T"); //T for test AWS account config
+ ShowINFO("AT&T AWS IoT Demo V.08"); //T indicates test AWS account config
// Draw logos
tft.writeRect2BPP(38, 33, 234, 96, att, att_palette);
