Pause BMS reconnect after BLE scan

This commit is contained in:
2026-06-04 02:11:12 -06:00
parent f29acd75ee
commit 038b142971
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -41,3 +41,4 @@ void updateBms();
int scanBleDevices(uint32_t scanSeconds = 10);
int getBleScanResultCount();
const BleScanResult* getBleScanResult(int index);
void pauseBmsReconnect(uint32_t pauseMs);