1
0
Fork 0

settings: restore ble menu after connectable

... rather than going back to the main menu
master
Rob Pilling 2024-11-12 17:53:42 +00:00
parent 3bdde4d629
commit 6c00324db6
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ function makeConnectable() {
}
if (!r) try { NRF.sleep(); } catch (e) { }
delete NRF.ignoreWhitelist;
popMenu(mainMenu());
restoreMenu(BLEMenu());
});
}
function clockMenu() {