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:f945f1ae269b, 2019-11-27 (annotated)
- Committer:
- carptj
- Date:
- Wed Nov 27 02:45:11 2019 +0000
- Revision:
- 0:f945f1ae269b
- Child:
- 2:f10d6fecb345
Initial commit of test library.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
carptj | 0:f945f1ae269b | 1 | { |
carptj | 0:f945f1ae269b | 2 | "config": { |
carptj | 0:f945f1ae269b | 3 | "wifi-ssid": { |
carptj | 0:f945f1ae269b | 4 | "help": "WiFi SSID", |
carptj | 0:f945f1ae269b | 5 | "value": "\"[WIFI NAME]\"" |
carptj | 0:f945f1ae269b | 6 | }, |
carptj | 0:f945f1ae269b | 7 | "wifi-password": { |
carptj | 0:f945f1ae269b | 8 | "help": "WiFi Password", |
carptj | 0:f945f1ae269b | 9 | "value": "\"[WIFI PASSWORD]\"" |
carptj | 0:f945f1ae269b | 10 | }, |
carptj | 0:f945f1ae269b | 11 | "wifi-tx" : { |
carptj | 0:f945f1ae269b | 12 | "help" : "Wifi TX pin", |
carptj | 0:f945f1ae269b | 13 | "value" : "p28" |
carptj | 0:f945f1ae269b | 14 | }, |
carptj | 0:f945f1ae269b | 15 | "wifi-rx" : { |
carptj | 0:f945f1ae269b | 16 | "help" : "Wifi RX pin", |
carptj | 0:f945f1ae269b | 17 | "value" : "p27" |
carptj | 0:f945f1ae269b | 18 | } |
carptj | 0:f945f1ae269b | 19 | }, |
carptj | 0:f945f1ae269b | 20 | "target_overrides": { |
carptj | 0:f945f1ae269b | 21 | "*": { |
carptj | 0:f945f1ae269b | 22 | "target.network-default-interface-type": "WIFI", |
carptj | 0:f945f1ae269b | 23 | "platform.stdio-convert-newlines": true, |
carptj | 0:f945f1ae269b | 24 | "esp8266.provide-default" : true, |
carptj | 0:f945f1ae269b | 25 | "esp8266.tx" : "p28", |
carptj | 0:f945f1ae269b | 26 | "esp8266.rx" : "p27", |
carptj | 0:f945f1ae269b | 27 | "rtos.thread-stack-size": 512 |
carptj | 0:f945f1ae269b | 28 | } |
carptj | 0:f945f1ae269b | 29 | } |
carptj | 0:f945f1ae269b | 30 | } |