mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Improvement - CHAdeMO: make shunt mandatory and defined by default, akin to imposed contactor control
This commit is contained in:
parent
893d3f5e44
commit
1500618ab4
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
//Contactor control is required for CHADEMO support
|
||||
#define CONTACTOR_CONTROL
|
||||
|
||||
//ISA shunt is currently required for CHADEMO support
|
||||
// other measurement sources may be added in the future
|
||||
#define ISA_SHUNT
|
||||
|
||||
void setup_battery(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue