Skip to content

Commit 5ff5451

Browse files
committed
AP_BattMonitor: support 18 cell voltages
1 parent f04add8 commit 5ff5451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AP_BattMonitor/AP_BattMonitor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define AP_BATT_MONITOR_RES_EST_TC_2 0.1f
2323

2424
#if HAL_PROGRAM_SIZE_LIMIT_KB > 1024
25-
#define AP_BATT_MONITOR_CELLS_MAX 14
25+
#define AP_BATT_MONITOR_CELLS_MAX 18
2626
#else
2727
#define AP_BATT_MONITOR_CELLS_MAX 12
2828
#endif

0 commit comments

Comments
 (0)