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:
- deki
- Date:
- 2021-12-11
- Revision:
- 0:94e73eda8cda
File content as of revision 0:94e73eda8cda:
{
"config": {
"wifi-ssid": {
"help": "WIFI SSID",
"value": "\"cvele97\""
},
"wifi-password": {
"help": "Wifi Password",
"value": "\"ekonomskitigar2021\""
}
},
"target_overrides": {
"*": {
"platform.stdio-convert-newlines": true
},
"NUCLEO_L476RG": {
"target.network-default-interface-type": "WIFI",
"esp8266.tx" : "PC_4",
"esp8266.rx" : "PC_5",
"esp8266.provide-default" : true,
"drivers.uart-serial-rxbuf-size" : 1024,
"drivers.uart-serial-txbuf-size" : 1024
}
}
}