Updated ref
Dependencies: FXOS8700Q-driver MODSERIAL
Fork of AAT_LWM2M_K64F by
mbed_app.json
- Committer:
- mbed_official
- Date:
- 2016-08-01
- Revision:
- 5:b7d7ca715fdb
- Parent:
- 1:e06e899acba6
- Child:
- 13:c44e318674db
File content as of revision 5:b7d7ca715fdb:
{ "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\"" } }, "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""], "target_overrides": { "*": { "target.features_add": ["CLIENT", "COMMON_PAL"], "mbed-client.reconnection-count": 3, "mbed-client.reconnection-interval": 5 } } }