Add dedicated BMS setup scan mode
This commit is contained in:
@@ -42,3 +42,6 @@ int scanBleDevices(uint32_t scanSeconds = 10);
|
||||
int getBleScanResultCount();
|
||||
const BleScanResult* getBleScanResult(int index);
|
||||
void pauseBmsReconnect(uint32_t pauseMs);
|
||||
void enterBmsSetupMode();
|
||||
void exitBmsSetupMode();
|
||||
bool isBmsSetupMode();
|
||||
|
||||
Reference in New Issue
Block a user