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@27:43f3a9552db2, 2019-02-07 (annotated)
- Committer:
- marcel1691
- Date:
- Thu Feb 07 12:56:43 2019 +0000
- Revision:
- 27:43f3a9552db2
- Parent:
- 25:5e982d03e7d1
- Child:
- 37:815a3954eef6
Update mbed OS 5.11
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
marcel1691 | 20:88b9edbdf125 | 1 | { |
marcel1691 | 20:88b9edbdf125 | 2 | "config": { |
marcel1691 | 27:43f3a9552db2 | 3 | "wifi-shield": { |
marcel1691 | 27:43f3a9552db2 | 4 | "help": "Options are internal, WIFI_ESP8266, WIFI_ISM43362, WIFI_IDW0XX1", |
marcel1691 | 20:88b9edbdf125 | 5 | "value": "WIFI_ESP8266" |
marcel1691 | 20:88b9edbdf125 | 6 | }, |
marcel1691 | 27:43f3a9552db2 | 7 | "wifi-ssid": { |
marcel1691 | 27:43f3a9552db2 | 8 | "help": "WiFi SSID", |
marcel1691 | 25:5e982d03e7d1 | 9 | "value": "\"LERNKUBE\"" |
marcel1691 | 20:88b9edbdf125 | 10 | }, |
marcel1691 | 27:43f3a9552db2 | 11 | "wifi-password": { |
marcel1691 | 27:43f3a9552db2 | 12 | "help": "WiFi Password", |
marcel1691 | 25:5e982d03e7d1 | 13 | "value": "\"l3rnk4b3\"" |
marcel1691 | 20:88b9edbdf125 | 14 | }, |
marcel1691 | 27:43f3a9552db2 | 15 | "wifi-tx": { |
marcel1691 | 27:43f3a9552db2 | 16 | "help": "TX pin for serial connection to external device", |
marcel1691 | 27:43f3a9552db2 | 17 | "value": "PTC15" |
marcel1691 | 20:88b9edbdf125 | 18 | }, |
marcel1691 | 27:43f3a9552db2 | 19 | "wifi-rx": { |
marcel1691 | 27:43f3a9552db2 | 20 | "help": "RX pin for serial connection to external device", |
marcel1691 | 27:43f3a9552db2 | 21 | "value": "PTC14" |
marcel1691 | 20:88b9edbdf125 | 22 | }, |
marcel1691 | 27:43f3a9552db2 | 23 | "wifi-debug": { |
marcel1691 | 27:43f3a9552db2 | 24 | "value": false |
marcel1691 | 20:88b9edbdf125 | 25 | } |
marcel1691 | 20:88b9edbdf125 | 26 | }, |
marcel1691 | 20:88b9edbdf125 | 27 | "target_overrides": { |
marcel1691 | 20:88b9edbdf125 | 28 | "*": { |
marcel1691 | 27:43f3a9552db2 | 29 | "platform.stdio-convert-newlines": true |
marcel1691 | 20:88b9edbdf125 | 30 | } |
marcel1691 | 20:88b9edbdf125 | 31 | } |
marcel1691 | 20:88b9edbdf125 | 32 | } |