diff options
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/blescanner.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/blescanner.cpp b/firmware/blescanner.cpp index 6cca404..cc86dd2 100644 --- a/firmware/blescanner.cpp +++ b/firmware/blescanner.cpp @@ -203,9 +203,7 @@ void ble_loop() } else if (btnBack()) { - ble_scan(); - selectedIndex = 0; - ble_drawMenu(); lastPress = millis(); + return; } } |
