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; } }