Mike van Doorn
/
mbed-os-example-wifi
hoi
mbed_app_esp8266.json@96:e0963326d853, 2019-02-25 (annotated)
- Committer:
- mbed_official
- Date:
- Mon Feb 25 16:41:30 2019 +0000
- Revision:
- 96:e0963326d853
- Parent:
- 95:19412faf3667
Updating mbed-os to mbed-os-5.11.5
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-wifi
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 44:63be19b7a3db | 1 | { |
mbed_official | 44:63be19b7a3db | 2 | "config": { |
mbed_official | 44:63be19b7a3db | 3 | "wifi-ssid": { |
mbed_official | 44:63be19b7a3db | 4 | "help": "WiFi SSID", |
mbed_official | 44:63be19b7a3db | 5 | "value": "\"SSID\"" |
mbed_official | 44:63be19b7a3db | 6 | }, |
mbed_official | 44:63be19b7a3db | 7 | "wifi-password": { |
mbed_official | 44:63be19b7a3db | 8 | "help": "WiFi Password", |
mbed_official | 44:63be19b7a3db | 9 | "value": "\"PASSWORD\"" |
mbed_official | 44:63be19b7a3db | 10 | } |
mbed_official | 44:63be19b7a3db | 11 | }, |
mbed_official | 44:63be19b7a3db | 12 | "target_overrides": { |
mbed_official | 44:63be19b7a3db | 13 | "*": { |
mbed_official | 82:122bb3ae6de5 | 14 | "platform.stdio-convert-newlines": true, |
mbed_official | 82:122bb3ae6de5 | 15 | "esp8266.provide-default" : true |
mbed_official | 44:63be19b7a3db | 16 | } |
mbed_official | 44:63be19b7a3db | 17 | } |
mbed_official | 44:63be19b7a3db | 18 | } |