Improve BLE scan reliability for BMS selection
This commit is contained in:
@@ -356,7 +356,7 @@ void handleDebugSerial() {
|
||||
}
|
||||
|
||||
if (command == "scan ble") {
|
||||
int count = scanBleDevices(10);
|
||||
int count = scanBleDevices(20);
|
||||
|
||||
if (count == 0) {
|
||||
Serial.println("No BLE devices found.");
|
||||
|
||||
Reference in New Issue
Block a user