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:
20:b36b8a73b30f
Parent:
17:6d69aa1b393f
Child:
23:16f397924e3d
--- a/mbed_app.json	Fri Jul 01 12:49:24 2016 +0200
+++ b/mbed_app.json	Fri Jul 01 12:57:32 2016 +0200
@@ -12,12 +12,5 @@
             "help": "WiFi Password",
             "value": "\"Password\""
         }
-    },
-    "target_overrides": {
-        "*": {
-            "target.features_add": ["IPV6", "CLIENT", "IPV4"],
-            "mbed-client.reconnection-count": 3,
-            "mbed-client.reconnection-interval": 5
-        }
     }
 }