Demo for Mbed Connect Cloud board and an MQTT Python Broker/Client
Fork of MQTT-Python-Demo by
Revision 1:bc10688f7226, committed 2017-11-14
- Comitter:
- Jenny Plunkett
- Date:
- Tue Nov 14 15:17:55 2017 -0600
- Parent:
- 0:a1a7aa0c3c53
- Child:
- 2:9265bf2d9c37
- Commit message:
- Added mbed_app.json
Changed in this revision
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Tue Nov 14 15:17:55 2017 -0600
@@ -0,0 +1,20 @@
+{
+ "config": {
+ "wifi-ssid": {
+ "help": "WiFi SSID",
+ "value": "\"SSID\""
+ },
+ "wifi-password": {
+ "help": "WiFi Password",
+ "value": "\"PASSWORD\""
+ }
+ },
+ "target_overrides": {
+ "*": {
+ "platform.stdio-convert-newlines": true
+ },
+ "UBLOX_EVK_ODIN_W2": {
+ "target.device_has": ["EMAC"]
+ }
+ }
+}
Jenny Plunkett
