WiFi example for mbed OS, fork from https://github.com/ARMmbed/mbed-os-example-wifi

This is an example of a Wi-Fi application using the Wi-Fi and network socket APIs that Mbed OS provides.

The program brings up the Wi-Fi and the underlying network interface and uses it to scan available networks, connects to a network, prints interface and connection details and performs an HTTP operation.

For more information about Wi-Fi APIs, please visit the Mbed OS Wi-Fi documentation.

This example has been used on the following platforms

Revision:
1:67275d54581f
Parent:
0:0593b97dec0b
Child:
5:01be82512f7a
--- a/mbed_app.json	Thu Feb 22 05:44:51 2018 +0000
+++ b/mbed_app.json	Thu Feb 22 08:32:38 2018 +0000
@@ -43,13 +43,6 @@
         "NUCLEO_F401RE": {
             "wifi-tx": "D8",
             "wifi-rx": "D2"
-        },
-        "GR_LYCHEE": {
-            "wifi-shield": "WIFI_ESP32",
-            "wifi-en": "P5_3",
-            "wifi-io0": "P3_14",
-            "wifi-tx": "P7_1",
-            "wifi-rx": "P0_1"
         }
     }
 }