for testing wifi

Dependents:   ESP8266_Test_WIFI

Fork of ESP8266Interface by Steve Kim

Revision:
37:6887e61cf674
Parent:
36:e1545c6c2cb3
Child:
38:86e75901efc1
--- a/ESP8266/ESP8266.cpp	Sat May 02 03:30:52 2015 +0000
+++ b/ESP8266/ESP8266.cpp	Sat May 02 03:58:22 2015 +0000
@@ -82,7 +82,7 @@
     if( sendCommand( cmd.c_str(), "OK", NULL, 10000) ) {
         // successfully joined the network
         state.associated = true;
-        INFO("ssid: %s, phrase: %s, security: %s", this->ssid, this->phrase);
+        INFO("ssid: %s, phrase: %s", this->ssid, this->phrase);
         return true;
     }
     return false;