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:
- micallef25
- Date:
- 2019-12-06
- Revision:
- 3:663c6fc11321
- Parent:
- 2:f10d6fecb345
File content as of revision 3:663c6fc11321:
{ "config": { "wifi-ssid": { "help": "WiFi SSID", "value": "\"AirPennNet-Device\"" }, "wifi-password": { "help": "WiFi Password", "value": "\"penn1740wifi\"" }, "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": 1024 } } }