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.
mbed_app.json
- Committer:
- sarahmarshy
- Date:
- 2017-07-26
- Revision:
- 3:82f96b1c109a
- Parent:
- 2:3bbd972d4c2b
File content as of revision 3:82f96b1c109a:
{ "config": { "wifi-ssid": { "help": "WiFi SSID", "value": "\"myssid\"" }, "wifi-password": { "help": "WiFi Password", "value": "\"mypassword\"" }, "wifi-tx": { "help": "TX pin for serial connection to external device", "value": "D1" }, "wifi-rx": { "help": "RX pin for serial connection to external device", "value": "D0" } }, "target_overrides": { "UBLOX_EVK_ODIN_W2": { "target.device_has": ["EMAC"] }, "NUCLEO_L476RG": { "wifi-tx": "D8", "wifi-rx": "D2" } } }