mirror of https://github.com/espruino/BangleApps
settings: restore ble menu after connectable
... rather than going back to the main menupull/3630/head
parent
3bdde4d629
commit
6c00324db6
|
@ -771,7 +771,7 @@ function makeConnectable() {
|
|||
}
|
||||
if (!r) try { NRF.sleep(); } catch (e) { }
|
||||
delete NRF.ignoreWhitelist;
|
||||
popMenu(mainMenu());
|
||||
restoreMenu(BLEMenu());
|
||||
});
|
||||
}
|
||||
function clockMenu() {
|
||||
|
|
Loading…
Reference in New Issue