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:
- carptj
- Date:
- 2019-11-27
- Revision:
- 0:f945f1ae269b
- Child:
- 2:f10d6fecb345
File content as of revision 0:f945f1ae269b:
{ "config": { "wifi-ssid": { "help": "WiFi SSID", "value": "\"[WIFI NAME]\"" }, "wifi-password": { "help": "WiFi Password", "value": "\"[WIFI PASSWORD]\"" }, "wifi-tx" : { "help" : "Wifi TX pin", "value" : "p28" }, "wifi-rx" : { "help" : "Wifi RX pin", "value" : "p27" } }, "target_overrides": { "*": { "target.network-default-interface-type": "WIFI", "platform.stdio-convert-newlines": true, "esp8266.provide-default" : true, "esp8266.tx" : "p28", "esp8266.rx" : "p27", "rtos.thread-stack-size": 512 } } }