cargo: clean up BMS backoff declarations

This commit is contained in:
2026-06-22 22:46:50 -06:00
parent db666190cf
commit c96ef5e7cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ int scanBleDevices(uint32_t scanSeconds) {
return bleScanResultCount;
}
static static void scheduleBmsReconnectBackoff();
static void scheduleBmsReconnectBackoff();
static void clearBmsReconnectBackoff();
static void scheduleBmsReconnectBackoff() {
@@ -1,4 +1,4 @@
#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"