IoTKitV3 / Mbed OS MQTTPublish

Dependencies:   QEI MFRC522 HTS221 IoTKit BMP180 MQTT

Fork of MQTTPublish by smd.iotkit2.ch

Revision:
27:43f3a9552db2
Parent:
25:5e982d03e7d1
Child:
37:815a3954eef6
--- a/mbed_app.json	Mon Sep 10 16:47:34 2018 +0000
+++ b/mbed_app.json	Thu Feb 07 12:56:43 2019 +0000
@@ -1,69 +1,32 @@
 {
     "config": {
-        "network-interface":{
-            "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
+        "wifi-shield": {
+            "help": "Options are internal, WIFI_ESP8266, WIFI_ISM43362, WIFI_IDW0XX1",
             "value": "WIFI_ESP8266"
         },
-        "mesh_radio_type": {
-            "help": "options are ATMEL, MCR20",
-            "value": "ATMEL"
-        },
-        "esp8266-tx": {
-            "help": "Pin used as TX (connects to ESP8266 RX)",
-            "value": "PTC15"
-        },
-        "esp8266-rx": {
-            "help": "Pin used as RX (connects to ESP8266 TX)",
-            "value": "PTC14"
-        },
-        "esp8266-ssid": {
+        "wifi-ssid": {
+            "help": "WiFi SSID",
             "value": "\"LERNKUBE\""
         },
-        "esp8266-password": {
+        "wifi-password": {
+            "help": "WiFi Password",
             "value": "\"l3rnk4b3\""
         },
-        "esp8266-debug": {
-            "value": false
-        },
-        "lcd-mosi": {
-            "value": "D11",
-            "macro_name": "LCD_MOSI"
-        },
-        "lcd-sck": {
-            "value": "D13",
-            "macro_name": "LCD_SCK"
+        "wifi-tx": {
+            "help": "TX pin for serial connection to external device",
+            "value": "PTC15"
         },
-        "lcd-miso": {
-            "value": "D12",
-            "macro_name": "LCD_MISO"
+        "wifi-rx": {
+            "help": "RX pin for serial connection to external device",
+            "value": "PTC14"
         },
-        "lcd-a0": {
-            "value": "D7",
-            "macro_name": "LCD_A0"
-        },
-        "lcd-ncs": {
-            "value": "D10",
-            "macro_name": "LCD_NCS"
+        "wifi-debug": {
+            "value": false
         }
     },
     "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
-        },
-        "HEXIWEAR": {
-            "esp8266-tx": "PTD3",
-            "esp8266-rx": "PTD2"
-        },
-        "NUCLEO_F401RE": {
-            "esp8266-tx": "D8",
-            "esp8266-rx": "D2"
-        },
-        "NUCLEO_F411RE": {
-            "esp8266-tx": "D8",
-            "esp8266-rx": "D2"
+            "platform.stdio-convert-newlines": true
         }
     }
 }