ssc-wifi application
Dependencies: DHT esp8266-driver
mbed_app.json@3:97041d02648e, 2017-11-06 (annotated)
- Committer:
- drrrnino7
- Date:
- Mon Nov 06 06:47:07 2017 +0000
- Revision:
- 3:97041d02648e
- Parent:
- 1:be7ba474fb5f
- Child:
- 4:7161fd64b2ef
Add WiFi Logic
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
drrrnino7 | 1:be7ba474fb5f | 1 | { |
drrrnino7 | 1:be7ba474fb5f | 2 | "target_overrides": { |
drrrnino7 | 1:be7ba474fb5f | 3 | "*": { |
drrrnino7 | 1:be7ba474fb5f | 4 | "target.features_add": ["COMMON_PAL"], |
drrrnino7 | 1:be7ba474fb5f | 5 | "platform.stdio-baud-rate": 115200, |
drrrnino7 | 1:be7ba474fb5f | 6 | "platform.stdio-convert-newlines": true, |
drrrnino7 | 1:be7ba474fb5f | 7 | "mbed-trace.enable": 1 |
drrrnino7 | 1:be7ba474fb5f | 8 | } |
drrrnino7 | 1:be7ba474fb5f | 9 | }, |
drrrnino7 | 1:be7ba474fb5f | 10 | "config": { |
drrrnino7 | 1:be7ba474fb5f | 11 | "wifi-ssid": { |
drrrnino7 | 1:be7ba474fb5f | 12 | "help": "WiFi SSID", |
drrrnino7 | 3:97041d02648e | 13 | "value": "\"teleworks\"" |
drrrnino7 | 1:be7ba474fb5f | 14 | }, |
drrrnino7 | 1:be7ba474fb5f | 15 | "wifi-password": { |
drrrnino7 | 1:be7ba474fb5f | 16 | "help": "WiFi Password", |
drrrnino7 | 3:97041d02648e | 17 | "value": "\"tw123$%^\"" |
drrrnino7 | 1:be7ba474fb5f | 18 | } |
drrrnino7 | 1:be7ba474fb5f | 19 | } |
drrrnino7 | 1:be7ba474fb5f | 20 | } |