ssc-wifi application

Dependencies:   DHT esp8266-driver

Revision:
1:be7ba474fb5f
Child:
3:97041d02648e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json	Mon Nov 06 06:18:57 2017 +0000
@@ -0,0 +1,20 @@
+{
+    "target_overrides": {
+        "*": {
+            "target.features_add": ["COMMON_PAL"],
+            "platform.stdio-baud-rate": 115200,
+            "platform.stdio-convert-newlines": true,
+            "mbed-trace.enable": 1
+        }
+    },
+    "config": {
+        "wifi-ssid": {
+            "help": "WiFi SSID",
+            "value": "\"ZL_GUEST\""
+        },
+        "wifi-password": {
+            "help": "WiFi Password",
+            "value": "\"1234567890\""
+        }
+    }
+}
\ No newline at end of file