Initial setup for TheKsystem.
Dependencies: mbed-http HTS221
Diff: mbed_app.json
- Revision:
- 35:4b847971db1b
- Parent:
- 31:66704f6f17c5
- Child:
- 36:3c86e52c9e75
--- a/mbed_app.json Wed Dec 05 17:16:00 2018 +0900
+++ b/mbed_app.json Fri Jan 04 13:32:26 2019 +0100
@@ -18,12 +18,14 @@
"platform.stdio-convert-newlines": true,
"mbed-mesh-api.6lowpan-nd-channel-page": 0,
"mbed-mesh-api.6lowpan-nd-channel": 12,
- "mbed-trace.enable": 1,
+ "mbed-trace.enable": null,
"mbed-http.http-buffer-size": 2048,
- "tls-socket.debug-level": 0,
"nsapi.default-wifi-security": "WPA_WPA2",
"nsapi.default-wifi-ssid": "\"SSID\"",
"nsapi.default-wifi-password": "\"Password\""
+ },
+ "DISCO_L475VG_IOT01A": {
+ "target.network-default-interface-type" : "WIFI"
}
}
}
Daniel Lee