mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-07 06:01:35 +03:00
Fix doc for ESP8266WiFi (#5325)
* Fix WiFiAP doc * Fix softAP doc * Fix doc
This commit is contained in:
committed by
Earle F. Philhower, III
parent
53edcfd94d
commit
79a6f36a02
@ -523,7 +523,7 @@ static bool _dns_lookup_pending = false;
|
||||
* @param aHostname Name to be resolved
|
||||
* @param aResult IPAddress structure to store the returned IP address
|
||||
* @return 1 if aIPAddrString was successfully converted to an IP address,
|
||||
* else error code
|
||||
* else 0
|
||||
*/
|
||||
int ESP8266WiFiGenericClass::hostByName(const char* aHostname, IPAddress& aResult)
|
||||
{
|
||||
|
Reference in New Issue
Block a user