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 d7520e6 commit 32e24deCopy full SHA for 32e24de
src/buttons.rs
@@ -326,7 +326,7 @@ async fn submit_reset_wifi(
326
327
{
328
let mut state = state.state.lock().await;
329
- state.custom_message = Some(("Resseting WIFI".to_string(), "Restart in 5s...".to_string()));
+ state.custom_message = Some(("Resetting WIFI".to_string(), "Restart in 5s...".to_string()));
330
}
331
332
Timer::after_millis(5000).await;
0 commit comments