Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 4DGL-uLCD-SE mbed
Diff: src/TestSuite.cpp
- 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();
+    
 
     
     }
    