mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Porting HD API ver. 2.7
This commit is contained in:
@ -430,12 +430,12 @@ int WiFiDrv::getHostByName(const char* aHostname, IPAddress& aResult)
|
|||||||
{
|
{
|
||||||
while(!getHostByName(aResult) && --retry > 0)
|
while(!getHostByName(aResult) && --retry > 0)
|
||||||
{
|
{
|
||||||
delay(500);
|
delay(1000);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return 1;
|
return (retry>0);
|
||||||
}
|
}
|
||||||
|
|
||||||
WiFiDrv wiFiDrv;
|
WiFiDrv wiFiDrv;
|
||||||
|
Reference in New Issue
Block a user