fix blescanner menu loop
This commit is contained in:
parent
3fdbc971b5
commit
2e20bbf311
|
|
@ -203,9 +203,7 @@ void ble_loop()
|
||||||
}
|
}
|
||||||
else if (btnBack())
|
else if (btnBack())
|
||||||
{
|
{
|
||||||
ble_scan();
|
|
||||||
selectedIndex = 0;
|
|
||||||
ble_drawMenu();
|
|
||||||
lastPress = millis();
|
lastPress = millis();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue