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 46fb9d4 commit fda032dCopy full SHA for fda032d
esp32-wroom-rp/src/network.rs
@@ -15,7 +15,7 @@ impl Format for NetworkError {
15
fn format(&self, fmt: Formatter) {
16
match self {
17
NetworkError::DnsResolveFailed => {
18
- write!(fmt, "Failed when trying to resolve a DNS hostname")
+ write!(fmt, "Failed to resolve a hostname for the provided IP address")
19
}
20
21
0 commit comments