fix blescanner menu loop

This commit is contained in:
krolyxon 2026-05-06 15:34:24 +05:30
parent 3fdbc971b5
commit 2e20bbf311
1 changed files with 1 additions and 3 deletions

View File

@ -203,9 +203,7 @@ void ble_loop()
}
else if (btnBack())
{
ble_scan();
selectedIndex = 0;
ble_drawMenu();
lastPress = millis();
return;
}
}