Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: QEI MFRC522 HTS221 IoTKit BMP180 MQTT
Fork of MQTTPublish by
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 } } }