Example program for simple-mbed-client, connecting a device to mbed Device Connector.

Dependencies:   C12832 FXOS8700Q simple-mbed-client

Fork of simple-mbed-client-example by sandbox

Revision:
38:fbbab77b54fb
Parent:
36:52249470d973
Child:
43:55ff37bc1332
--- a/mbed_app.json	Fri Dec 02 18:22:46 2016 +0800
+++ b/mbed_app.json	Tue Feb 07 13:02:40 2017 +0100
@@ -16,15 +16,15 @@
             "help": "Pin used as RX (connects to ESP8266 TX)",
             "value": "D0"
         },
-        "esp8266-ssid": {
+        "esp8266-debug": {
+            "value": true
+        },
+        "wifi-ssid": {
             "value": "\"SSID\""
         },
-        "esp8266-password": {
+        "wifi-password": {
             "value": "\"Password\""
         },
-        "esp8266-debug": {
-            "value": true
-        },
         "button": {
             "help": "Pin which you'll use as button (can be overriden per target below)",
             "value": "BUTTON1"
@@ -40,7 +40,7 @@
             "macro_name": "BUILTIN_LED_OFF"
         }
     },
-    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
+    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\"", "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES", "MBEDTLS_TEST_NULL_ENTROPY"],
     "target_overrides": {
         "*": {
             "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],