Skip to content

Instantly share code, notes, and snippets.

@yennster
Created September 5, 2018 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yennster/75933bef3fe94801917e6a3839faf31f to your computer and use it in GitHub Desktop.
Save yennster/75933bef3fe94801917e6a3839faf31f to your computer and use it in GitHub Desktop.
HTTPS Example mbed_app.json
{
"config": {
"network-interface":{
"help": "options are ETHERNET, WIFI_ESP8266, WIFI_IDW0XX1, WIFI_ODIN, WIFI_RTW, WIFI_WIZFI310, WIFI_ISM43362, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
"value": "ETHERNET"
}
},
"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
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment