Fork from Alex

Dependencies:   mbed MbedJSONValue mbed-rtos 4DGL-uLCD-SE ESP8266NodeMCUInterface

Revision:
5:b77a717feada
Parent:
4:55f0c303f56a
Child:
6:ec7829f7cd38
--- a/main.cpp	Sun Mar 31 15:39:50 2019 +0000
+++ b/main.cpp	Mon Apr 01 15:27:46 2019 +0000
@@ -336,7 +336,7 @@
     // Set up the WiFi Access Point
     dev.printf("Connecting to WiFi %s with Password %s\n", ssid, pass);
     
-    res = wifi.connect("Alex's iPhone", "mbedlookhere");
+    res = wifi.connect(ssid, pass);
     if (!res) {
         dev.printf("Connection Failed... Resetting Device\n");
         err_led = 1;