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:
 - se7ensong
 - Date:
 - 2020-03-05
 - Revision:
 - 0:2c7230488e2e
 - Child:
 - 1:eaa032f2e818
 
File content as of revision 0:2c7230488e2e:
{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"LON-031\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"dnanudge\""
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        }
    }
}