Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-demo-client-ethernet by
mbed_app.json
- Committer:
- Yogesh Pande
- Date:
- 2016-07-27
- Revision:
- 1:e06e899acba6
- Parent:
- 0:7d5ec759888b
- Child:
- 5:b7d7ca715fdb
File content as of revision 1:e06e899acba6:
{ "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": ["CLIENT", "COMMON_PAL"], "mbed-client.reconnection-count": 3, "mbed-client.reconnection-interval": 5 } } }