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:
@ -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{
|
||||
|
Reference in New Issue
Block a user