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:
- 32:bca3f5f442b3
- Parent:
- 10:5b5beb106156
- Child:
- 35:052c1ba06ce7
--- a/mbed_app.json Thu Aug 31 15:45:04 2017 +0100
+++ b/mbed_app.json Fri Sep 08 10:15:04 2017 +0100
@@ -1,5 +1,9 @@
{
"config": {
+ "wifi-shield": {
+ "help": "Options are WIFI_ESP8266, WIFI_IDW01M1",
+ "value": "WIFI_IDW01M1"
+ },
"wifi-ssid": {
"help": "WiFi SSID",
"value": "\"SSID\""
@@ -24,6 +28,10 @@
"NUCLEO_L476RG": {
"wifi-tx": "D8",
"wifi-rx": "D2"
+ },
+ "NUCLEO_F401RE": {
+ "wifi-tx": "D8",
+ "wifi-rx": "D2"
}
}
}