We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda032d commit 85a2465Copy full SHA for 85a2465
esp32-wroom-rp/src/spi.rs
@@ -91,7 +91,7 @@ where
91
self.common.set_dns(dns1, dns2)
92
}
93
94
- /// Attempts the given hostname to an IP address using server(s) set by [set_dns].
+ /// Queries the DNS server(s) provided via [set_dns] for the associated IP address to the provided hostname.
95
pub fn resolve(&mut self, hostname: &str) -> Result<IpAddress, Error> {
96
self.common.resolve(hostname)
97
0 commit comments