NuMaker connection with AWS IoT thru MQTT/HTTPS

Dependencies:   MQTT

Files at this revision

API Documentation at this revision

Comitter:
ccli8
Date:
Fri Oct 12 15:32:41 2018 +0800
Parent:
12:97762a6f55e9
Child:
14:6254599de060
Commit message:
Change stdio baud rate to 115200

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Fri Oct 12 15:30:28 2018 +0800
+++ b/mbed_app.json	Fri Oct 12 15:32:41 2018 +0800
@@ -5,7 +5,7 @@
     ],
     "target_overrides": {
         "*": {
-            "platform.stdio-baud-rate"              : 9600,
+            "platform.stdio-baud-rate"              : 115200,
             "platform.stdio-convert-newlines"       : true,
             "platform.heap-stats-enabled"           : 1,
             "mbed-trace.enable"                     : null,