CIS441 Proj MS 2b

Dependencies:   TextLCD MQTT

Revision:
4:ef8866873df5
Parent:
0:ca7cb51e9fd1
Child:
5:23ec31839f55
--- a/mbed_app.json	Mon Nov 11 01:33:28 2019 +0000
+++ b/mbed_app.json	Wed Dec 11 21:13:57 2019 +0000
@@ -1,7 +1,29 @@
 {
+    "config": {
+        "wifi-ssid": {
+            "help": "WiFi SSID",
+            "value": "\"[WIFI NAME]\""
+        },
+        "wifi-password": {
+            "help": "WiFi Password",
+            "value": "\"[WIFI PASSWORD]\""
+        },
+        "wifi-tx" : {
+            "help" : "Wifi TX pin",
+            "value" : "p28"
+        },
+        "wifi-rx" : {
+            "help" : "Wifi RX pin",
+            "value" : "p27"
+        }
+    },
     "target_overrides": {
         "*": {
+            "target.network-default-interface-type": "WIFI",
             "platform.stdio-convert-newlines": true,
+            "esp8266.provide-default" : true,
+            "esp8266.tx" : "p28",
+            "esp8266.rx" : "p27",
             "rtos.thread-stack-size": 512   
         }   
     }