From 2e20bbf3116601e35c2f93ce73d879f5f959a3f7 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Wed, 6 May 2026 15:34:24 +0530 Subject: [PATCH] fix blescanner menu loop --- firmware/blescanner.cpp | 4 +--- 1 file changed, 1 insertion(+), 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; } }