mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Merge branch 'hd_2.7' of github.com:arduino/wifishield
This commit is contained in:
commit
3f5740d979
@ -430,12 +430,12 @@ int WiFiDrv::getHostByName(const char* aHostname, IPAddress& aResult)
|
||||
{
|
||||
while(!getHostByName(aResult) && --retry > 0)
|
||||
{
|
||||
delay(500);
|
||||
delay(1000);
|
||||
}
|
||||
}else{
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
return (retry>0);
|
||||
}
|
||||
|
||||
WiFiDrv wiFiDrv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user