NuMaker connection with AWS IoT thru MQTT/HTTPS

Dependencies:   MQTT

Files at this revision

API Documentation at this revision

Comitter:
ccli8
Date:
Fri Jan 12 09:23:04 2018 +0800
Parent:
3:4c8cccd32e34
Child:
5:2a70e217325f
Commit message:
Update README.md for cancelling hard-coded credential

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Tue Jan 09 15:46:49 2018 +0800
+++ b/README.md	Fri Jan 12 09:23:04 2018 +0800
@@ -89,6 +89,9 @@
     const char SSL_USER_PRIV_KEY_PEM[] = "-----BEGIN RSA PRIVATE KEY-----\n"
     ```
 
+**NOTE:** The credential hard-coded in source code is deactivated or deleted.
+          Use your own credential for connection with AWS IoT.
+
 ### Connect through MQTT
 To connect your device with AWS IoT through MQTT, you need to configure the following parameters.