simple wifi test program. Will connect to an HTTP server for testing.
Fork of mbed-os-example-wifi-adv-wise-1530 by
Diff: mbed_app_esp8266.json
- Revision:
- 0:3c5e2cc8251b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app_esp8266.json Fri Feb 22 13:13:10 2019 +0800 @@ -0,0 +1,29 @@ +{ + "config": { + "wifi-ssid": { + "help": "WiFi SSID", + "value": "\"SSID\"" + }, + "wifi-password": { + "help": "WiFi Password", + "value": "\"PASSWORD\"" + } + }, + "target_overrides": { + "*": { + "platform.stdio-convert-newlines": true, + "esp8266.provide-default" : true + }, + "UBLOX_EVK_ODIN_W2": { + "target.device_has": ["EMAC"] + }, + "NUCLEO_L476RG": { + "wifi-tx": "D8", + "wifi-rx": "D2" + }, + "NUCLEO_F401RE": { + "wifi-tx": "D8", + "wifi-rx": "D2" + } + } +}