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:
24:0a61ee19cf5b
Parent:
23:16f397924e3d
Child:
25:b93913439b93
--- a/mbed_app.json	Tue Aug 23 16:02:01 2016 +0200
+++ b/mbed_app.json	Wed Aug 24 17:19:13 2016 +0200
@@ -2,7 +2,7 @@
     "config": {
         "network-interface":{
             "help": "options are ETHERNET,WIFI_ESP8266,MESH_LOWPAN_ND,MESH_THREAD",
-            "value": "ETHERNET"
+            "value": "WIFI_ESP8266"
         },
         "esp8266-tx": {
             "help": "Pin used as TX (connects to ESP8266 RX)",
@@ -24,7 +24,7 @@
     },
     "target_overrides": {
         "*": {
-            "target.features_add": ["IPV4", "IPV6"]
+            "target.features_add": ["IPV6"]
         }
     }
 }