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.
Fork of coap-example by
Diff: mbed_app.json
- Revision:
- 1:cca24408264b
- Parent:
- 0:0681e205d0e9
--- a/mbed_app.json Wed Feb 15 21:18:58 2017 +0100
+++ b/mbed_app.json Tue Jan 02 07:54:50 2018 +0000
@@ -2,7 +2,7 @@
"config": {
"network-interface":{
"help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, MESH_LOWPAN_ND, MESH_THREAD",
- "value": "ETHERNET"
+ "value": "WIFI_ESP8266"
},
"mesh_radio_type": {
"help": "options are ATMEL, MCR20",
@@ -10,20 +10,20 @@
},
"esp8266-tx": {
"help": "Pin used as TX (connects to ESP8266 RX)",
- "value": "D1"
+ "value": "D8"
},
"esp8266-rx": {
"help": "Pin used as RX (connects to ESP8266 TX)",
- "value": "D0"
+ "value": "D2"
},
"esp8266-debug": {
"value": true
},
"wifi-ssid": {
- "value": "\"SSID\""
+ "value": "\"netlab3\""
},
"wifi-password": {
- "value": "\"Password\""
+ "value": "\"netlab3@414\""
},
"button": {
"help": "Pin which you'll use as button (can be overriden per target below)",
