NuMaker connection with AWS IoT thru MQTT/HTTPS

Dependencies:   MQTT

Revision:
14:6254599de060
Parent:
13:8114b540d342
Child:
15:47ab2fe3a0fc
--- a/mbed_app.json	Fri Oct 12 15:32:41 2018 +0800
+++ b/mbed_app.json	Fri Oct 12 15:34:28 2018 +0800
@@ -19,15 +19,13 @@
             "target.network-default-interface-type" : "WIFI",
             "target.macros_add": [
                 "ESP8266_AT_SEL=ESP8266_AT_EXTERN"
-            ],
-            "target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"]
+            ]
         },
         "NUMAKER_PFM_M487": {
             "target.network-default-interface-type" : "WIFI",
             "target.macros_add": [
                 "ESP8266_AT_SEL=ESP8266_AT_EXTERN"
-            ],
-            "target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"]
+            ]
         }
     }
 }