1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

Delete some prints

This commit is contained in:
Mimmo La Fauci
2012-02-10 01:00:11 +01:00
parent fa9393f7c4
commit 56f515243e
3 changed files with 0 additions and 15 deletions

View File

@ -99,7 +99,6 @@ int WiFiClass::begin(char* ssid, const char *passphrase)
{
delay(WL_DELAY_START_CONNECTION);
status = WiFiDrv::getConnectionStatus();
INFO("Status: %d", status);
}
while ((( status == WL_IDLE_STATUS)||(status == WL_SCAN_COMPLETED))&&(--attempts>0));
}else{