simple wifi test program. Will connect to an HTTP server for testing.

Fork of mbed-os-example-wifi-adv-wise-1530 by Alan Chuang

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?

UserRevisionLine numberNew 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": "\"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 "idw0xx1.expansion-board": "IDW01M1",
chuanga 0:3c5e2cc8251b 16 "idw0xx1.provide-default": true,
chuanga 0:3c5e2cc8251b 17 "idw0xx1.tx": "PA_9",
chuanga 0:3c5e2cc8251b 18 "idw0xx1.rx": "PA_10",
chuanga 0:3c5e2cc8251b 19 "drivers.uart-serial-txbuf-size": 730,
chuanga 0:3c5e2cc8251b 20 "drivers.uart-serial-rxbuf-size": 730
chuanga 0:3c5e2cc8251b 21 },
chuanga 0:3c5e2cc8251b 22 "UBLOX_EVK_ODIN_W2": {
chuanga 0:3c5e2cc8251b 23 "target.device_has": ["EMAC"]
chuanga 0:3c5e2cc8251b 24 }
chuanga 0:3c5e2cc8251b 25 }
chuanga 0:3c5e2cc8251b 26 }