Skip to content

Commit

Permalink
wifi menu: Fix B on password window not going back
Browse files Browse the repository at this point in the history
  • Loading branch information
sgadrat committed May 6, 2024
1 parent 72887d3 commit 875314b
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -607,14 +607,14 @@ static void update_net_list() {
yield();
}
register_network_in_msg();
}

// Display connection window
while (connection_window()) {
// Display connection window
while (connection_window()) {
vars()->global_input = 0;
yield();
}
vars()->global_input = 0;
yield();
}
vars()->global_input = 0;

// Reset coroutine
ctx->step = 0;
Expand Down

0 comments on commit 875314b

Please sign in to comment.