Skip to content

Commit 0e13b7a

Browse files
committed
cell min
1 parent 9ca2f3a commit 0e13b7a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

BMS/Core/User/Inc/FEB_Const.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
// Cell voltage limits (in millivolts)
7474
#define FEB_CELL_MAX_VOLTAGE_MV 4200 // Maximum safe cell voltage (Li-ion typical)
75-
#define FEB_CELL_MIN_VOLTAGE_MV 2500 // Minimum safe cell voltage (Li-ion typical)
75+
#define FEB_CELL_MIN_VOLTAGE_MV 2800 // Minimum safe cell voltage (Li-ion typical)
7676
#define FEB_CELL_BALANCE_THRESHOLD_MV 10 // Start balancing if cell is >10mV above minimum
7777
#define FEB_CELL_BALANCE_INTERVAL_MS 1000 // Balancing cycle interval (1 second)
7878
#define FEB_CELL_BALANCE_ALL_AT_ONCE 1 // 1=balance all qualifying cells, 0=alternate odd/even

BMS/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.6
1+
1.8.7

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.13
1+
1.9.14

0 commit comments

Comments
 (0)