NuMaker connection with AWS IoT thru MQTT/HTTPS

Dependencies:   MQTT

Revision:
41:b878d7cd7035
Parent:
25:edf568984d27
--- a/my-tlssocket/mbed_lib.json	Thu Nov 12 16:24:00 2020 +0800
+++ b/my-tlssocket/mbed_lib.json	Fri Mar 27 14:32:06 2020 +0800
@@ -3,7 +3,7 @@
     "config": {
         "tls-debug-level": {
             "help": "Debug level for TLS. Larger value for more verbose message. Its value can be 0, 1, 2, 3, or 4",
-            "value": 1
+            "value": 0
         },
         "tls-max-frag-len": {
             "help": "Maximum fragment length value for the payload in one packet, doesn't include TLS header and encryption overhead. Is needed for constrainted devices having low MTU sizes, Value 0 = disabled, 1 = MBEDTLS_SSL_MAX_FRAG_LEN_512, 2= MBEDTLS_SSL_MAX_FRAG_LEN_1024, 3 = MBEDTLS_SSL_MAX_FRAG_LEN_2048, 4 = MBEDTLS_SSL_MAX_FRAG_LEN_4096",