Increase idle max value

This commit is contained in:
wjcloudy 2025-03-05 09:05:33 +00:00
parent bc923cf1b9
commit 9f70b3cc53

View file

@ -15,7 +15,7 @@
#define MAX_CHARGE_POWER_WHEN_TOPBALANCING_W 500
#define RAMPDOWN_SOC 9000 // (90.00) SOC% to start ramping down from max charge power towards 0 at 100.00%
#define STALE_PERIOD_CONFIG \
400000; //Number of milliseconds before critical values are classed as stale/stuck 300000 = 400 seconds
900000; //Number of milliseconds before critical values are classed as stale/stuck 900000 = 900 seconds
void setup_battery(void);
void transmit_can_frame(CAN_frame* tx_frame, int interface);