mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 12:00:13 +02:00
Add INTERVAL_500_MS_DELAYED to types.h for KIA-E-GMP-BATTERY.cpp
This commit is contained in:
parent
0fee07313a
commit
d098065f47
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ enum led_color { GREEN, YELLOW, RED, BLUE, RGB };
|
||||||
#define INTERVAL_20_MS_DELAYED 30
|
#define INTERVAL_20_MS_DELAYED 30
|
||||||
#define INTERVAL_30_MS_DELAYED 40
|
#define INTERVAL_30_MS_DELAYED 40
|
||||||
#define INTERVAL_100_MS_DELAYED 120
|
#define INTERVAL_100_MS_DELAYED 120
|
||||||
|
#define INTERVAL_500_MS_DELAYED 550
|
||||||
|
|
||||||
#define MAX_CAN_FAILURES 500 // Amount of malformed CAN messages to allow before raising a warning
|
#define MAX_CAN_FAILURES 500 // Amount of malformed CAN messages to allow before raising a warning
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue