attiot / Mbed OS ATT_AWS_IoT_demo_v062

Dependencies:   FT6206 SDFileSystem ILI9341_t3

Fork of ATT_AWS_IoT_demo_v06 by attiot

Files at this revision

API Documentation at this revision

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);