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 HelloMQTT by
mbed_app.json
- Committer:
- Osamu Koizumi
- Date:
- 2018-06-11
- Revision:
- 41:deed7540b456
- Parent:
- 38:e8b0157402c6
File content as of revision 41:deed7540b456:
{
"macros": [
],
"config": {
"main-stack-size": {
"value": 8192
},
"use-tls": {
"help": "If true, use TLS.",
"value": true
},
"network-interface":{
"help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
"value": "ETHERNET"
},
"mesh_radio_type": {
"help": "options are ATMEL, MCR20",
"value": "ATMEL"
},
"esp8266-tx": {
"help": "Pin used as TX (connects to ESP8266 RX)",
"value": "D1"
},
"esp8266-rx": {
"help": "Pin used as RX (connects to ESP8266 TX)",
"value": "D0"
},
"wifi-ssid": {
"value": "\"SSID\""
},
"wifi-password": {
"value": "\"PASSWORD\""
},
"esp8266-debug": {
"value": null
}
},
"target_overrides": {
"*": {
"target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
"mbed-mesh-api.6lowpan-nd-channel-page": 0,
"mbed-mesh-api.6lowpan-nd-channel": 12,
"mbed-trace.enable": 0,
"tls-socket.debug-level": 0,
"platform.stdio-baud-rate": 9600,
"platform.stdio-convert-newlines": false
},
"HEXIWEAR": {
"esp8266-tx": "PTD3",
"esp8266-rx": "PTD2"
},
"NUCLEO_F401RE": {
"esp8266-tx": "D8",
"esp8266-rx": "D2"
},
"NUCLEO_F411RE": {
"esp8266-tx": "D8",
"esp8266-rx": "D2"
}
}
}
