IoTKitV3 / Mbed OS MQTTPublish

Dependencies:   QEI MFRC522 HTS221 IoTKit BMP180 MQTT

Fork of MQTTPublish by smd.iotkit2.ch

mbed_app.json

Committer:
marcel1691
Date:
2019-02-07
Revision:
27:43f3a9552db2
Parent:
25:5e982d03e7d1
Child:
37:815a3954eef6

File content as of revision 27:43f3a9552db2:

{
    "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": false
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        }
    }
}