cargo: clean up BMS backoff declarations
This commit is contained in:
@@ -290,7 +290,7 @@ int scanBleDevices(uint32_t scanSeconds) {
|
|||||||
return bleScanResultCount;
|
return bleScanResultCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
static static void scheduleBmsReconnectBackoff();
|
static void scheduleBmsReconnectBackoff();
|
||||||
static void clearBmsReconnectBackoff();
|
static void clearBmsReconnectBackoff();
|
||||||
|
|
||||||
static void scheduleBmsReconnectBackoff() {
|
static void scheduleBmsReconnectBackoff() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define FIRMWARE_VERSION "0.5.3-bms-backoff-compile-fix"
|
#define FIRMWARE_VERSION "0.5.4-bms-static-cleanup"
|
||||||
#define FIRMWARE_NAME "overland-controller"
|
#define FIRMWARE_NAME "overland-controller"
|
||||||
|
|||||||
Reference in New Issue
Block a user