Merge pull request #942 from dalathegreat/feature/bmw-ix-support

BMW iX - Stale timeout increase
This commit is contained in:
Daniel Öster 2025-03-05 23:22:27 +03:00 committed by GitHub
commit 5a43a70992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);