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 85a2465 commit 19135b2Copy full SHA for 19135b2
esp32-wroom-rp/src/spi.rs
@@ -86,7 +86,7 @@ where
86
self.common.get_connection_status()
87
}
88
89
- /// Sets 1 or 2 DNS servers that will be contacted for hostname resolution.
+ /// Sets 1 or 2 DNS servers that are used for network hostname resolution.
90
pub fn set_dns(&mut self, dns1: IpAddress, dns2: Option<IpAddress>) -> Result<(), Error> {
91
self.common.set_dns(dns1, dns2)
92
0 commit comments