Kevin Rhyne / Whiffy

Dependencies:   4DGL-uLCD-SE mbed

Revision:
13:ef68cbcb4e9a
Parent:
11:419e5d18d42b
Child:
14:8d31d304eeb3
--- a/src/TestSuite.cpp	Mon Oct 19 21:09:22 2015 +0000
+++ b/src/TestSuite.cpp	Mon Oct 19 22:25:18 2015 +0000
@@ -29,9 +29,8 @@
 void TestSuite::WifiTest(){
     
     WifiControl wifi;
-    wifi.wifiGo();
-    //wifi.ESPsetbaudrate();
-    //wifi.ESPconfig();
+    wifi.ESPconfig();
+    
 
     
     }