aboutsummaryrefslogtreecommitdiff
path: root/firmware/blescanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/blescanner.cpp')
-rw-r--r--firmware/blescanner.cpp4
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;
}
}