mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Merge pull request #942 from dalathegreat/feature/bmw-ix-support
BMW iX - Stale timeout increase
This commit is contained in:
commit
5a43a70992
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue