simple wifi test program. Will connect to an HTTP server for testing.
Fork of mbed-os-example-wifi-adv-wise-1530 by
mbed_app.json@0:3c5e2cc8251b, 2019-02-22 (annotated)
- Committer:
- chuanga
- Date:
- Fri Feb 22 13:13:10 2019 +0800
- Revision:
- 0:3c5e2cc8251b
adding wifi example program for wise-1530 wifi module
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
chuanga | 0:3c5e2cc8251b | 1 | { |
chuanga | 0:3c5e2cc8251b | 2 | "config": { |
chuanga | 0:3c5e2cc8251b | 3 | "wifi-ssid": { |
chuanga | 0:3c5e2cc8251b | 4 | "help": "WiFi SSID", |
chuanga | 0:3c5e2cc8251b | 5 | "value": "\"SSID\"" |
chuanga | 0:3c5e2cc8251b | 6 | }, |
chuanga | 0:3c5e2cc8251b | 7 | "wifi-password": { |
chuanga | 0:3c5e2cc8251b | 8 | "help": "WiFi Password", |
chuanga | 0:3c5e2cc8251b | 9 | "value": "\"WIFI_Password\"" |
chuanga | 0:3c5e2cc8251b | 10 | } |
chuanga | 0:3c5e2cc8251b | 11 | }, |
chuanga | 0:3c5e2cc8251b | 12 | "target_overrides": { |
chuanga | 0:3c5e2cc8251b | 13 | "*": { |
chuanga | 0:3c5e2cc8251b | 14 | "platform.stdio-convert-newlines": true |
chuanga | 0:3c5e2cc8251b | 15 | }, |
chuanga | 0:3c5e2cc8251b | 16 | "MTB_ADV_WISE_1530": { |
chuanga | 0:3c5e2cc8251b | 17 | "platform.stdio-baud-rate" : 115200, |
chuanga | 0:3c5e2cc8251b | 18 | "target.stdio_uart_tx" : "PA_9", |
chuanga | 0:3c5e2cc8251b | 19 | "target.stdio_uart_rx" : "PA_10" |
chuanga | 0:3c5e2cc8251b | 20 | } |
chuanga | 0:3c5e2cc8251b | 21 | } |
chuanga | 0:3c5e2cc8251b | 22 | } |