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.
Diff: mbed_app.json
- Revision:
- 0:f945f1ae269b
- Child:
- 2:f10d6fecb345
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Wed Nov 27 02:45:11 2019 +0000 @@ -0,0 +1,30 @@ +{ + "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 + } + } +} \ No newline at end of file