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.
mbed_app.json@0:94e73eda8cda, 2021-12-11 (annotated)
- Committer:
- deki
- Date:
- Sat Dec 11 16:24:27 2021 +0000
- Revision:
- 0:94e73eda8cda
unfinished
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| deki | 0:94e73eda8cda | 1 | { |
| deki | 0:94e73eda8cda | 2 | "config": { |
| deki | 0:94e73eda8cda | 3 | "wifi-ssid": { |
| deki | 0:94e73eda8cda | 4 | "help": "WIFI SSID", |
| deki | 0:94e73eda8cda | 5 | "value": "\"cvele97\"" |
| deki | 0:94e73eda8cda | 6 | }, |
| deki | 0:94e73eda8cda | 7 | "wifi-password": { |
| deki | 0:94e73eda8cda | 8 | "help": "Wifi Password", |
| deki | 0:94e73eda8cda | 9 | "value": "\"ekonomskitigar2021\"" |
| deki | 0:94e73eda8cda | 10 | } |
| deki | 0:94e73eda8cda | 11 | }, |
| deki | 0:94e73eda8cda | 12 | "target_overrides": { |
| deki | 0:94e73eda8cda | 13 | "*": { |
| deki | 0:94e73eda8cda | 14 | "platform.stdio-convert-newlines": true |
| deki | 0:94e73eda8cda | 15 | }, |
| deki | 0:94e73eda8cda | 16 | "NUCLEO_L476RG": { |
| deki | 0:94e73eda8cda | 17 | "target.network-default-interface-type": "WIFI", |
| deki | 0:94e73eda8cda | 18 | "esp8266.tx" : "PC_4", |
| deki | 0:94e73eda8cda | 19 | "esp8266.rx" : "PC_5", |
| deki | 0:94e73eda8cda | 20 | "esp8266.provide-default" : true, |
| deki | 0:94e73eda8cda | 21 | "drivers.uart-serial-rxbuf-size" : 1024, |
| deki | 0:94e73eda8cda | 22 | "drivers.uart-serial-txbuf-size" : 1024 |
| deki | 0:94e73eda8cda | 23 | } |
| deki | 0:94e73eda8cda | 24 | } |
| deki | 0:94e73eda8cda | 25 | } |