Example of C027 with connector

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Suraj Pal

mbed_app.json

Committer:
Yogesh Pande
Date:
2016-07-25
Revision:
0:7d5ec759888b
Child:
1:e06e899acba6

File content as of revision 0:7d5ec759888b:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
            "value": "ETHERNET"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Password\""
        }
    },
    "target_overrides": {
        "*": {
            "target.features_add": ["IPV6", "CLIENT", "IPV4"],
            "mbed-client.reconnection-count": 3,
            "mbed-client.reconnection-interval": 5
        }
    }
}