IoTKitV3 / Mbed OS MQTTPublish

Dependencies:   QEI MFRC522 HTS221 IoTKit BMP180 MQTT

Fork of MQTTPublish by smd.iotkit2.ch

mbed_app.json

Committer:
stefan1691
Date:
2020-05-26
Revision:
37:815a3954eef6
Parent:
27:43f3a9552db2

File content as of revision 37:815a3954eef6:

{
    "config": {
        "wifi-shield": {
            "help": "Options are internal, WIFI_ESP8266, WIFI_ISM43362, WIFI_IDW0XX1",
            "value": "WIFI_ESP8266"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"LERNKUBE\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"l3rnk4b3\""
        },
        "wifi-tx": {
            "help": "TX pin for serial connection to external device",
            "value": "PTC15"
        },
        "wifi-rx": {
            "help": "RX pin for serial connection to external device",
            "value": "PTC14"
        },
        "wifi-debug": {
            "value": true
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        }
    }
}