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

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

Revision:
0:3c5e2cc8251b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Fri Feb 22 13:13:10 2019 +0800
@@ -0,0 +1,22 @@
+{
+    "config": {
+        "wifi-ssid": {
+            "help": "WiFi SSID",
+            "value": "\"SSID\""
+        },
+        "wifi-password": {
+            "help": "WiFi Password",
+            "value": "\"WIFI_Password\""
+        }
+    },
+    "target_overrides": {
+        "*": {
+            "platform.stdio-convert-newlines": true
+        },
+	"MTB_ADV_WISE_1530": {
+            "platform.stdio-baud-rate"		: 115200, 
+	    "target.stdio_uart_tx"		: "PA_9",
+	    "target.stdio_uart_rx"		: "PA_10"
+	}
+    }
+}