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 f0366fe commit 627ad51Copy full SHA for 627ad51
esp32-wroom-rp/src/wifi.rs
@@ -121,7 +121,7 @@ impl Format for ConnectionStatus {
121
ConnectionStatus::Disconnected => write!(fmt, "Device disconnected from WiFi network"),
122
ConnectionStatus::ApListening => write!(
123
fmt,
124
- "Device is lstening for connections in Access Point mode"
+ "Device is listening for connections in Access Point mode"
125
),
126
ConnectionStatus::ApConnected => {
127
write!(fmt, "Device is connected in Access Point mode")
0 commit comments