mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Add CMFA to build system
This commit is contained in:
parent
208625abe2
commit
dcda24c412
3 changed files with 4 additions and 2 deletions
1
.github/workflows/compile-all-batteries.yml
vendored
1
.github/workflows/compile-all-batteries.yml
vendored
|
@ -55,6 +55,7 @@ jobs:
|
||||||
- BYD_ATTO_3_BATTERY
|
- BYD_ATTO_3_BATTERY
|
||||||
- CELLPOWER_BMS
|
- CELLPOWER_BMS
|
||||||
- CHADEMO_BATTERY
|
- CHADEMO_BATTERY
|
||||||
|
- CMFA_EV_BATTERY
|
||||||
- FOXESS_BATTERY
|
- FOXESS_BATTERY
|
||||||
- IMIEV_CZERO_ION_BATTERY
|
- IMIEV_CZERO_ION_BATTERY
|
||||||
- JAGUAR_IPACE_BATTERY
|
- JAGUAR_IPACE_BATTERY
|
||||||
|
|
|
@ -60,6 +60,7 @@ jobs:
|
||||||
- BYD_ATTO_3_BATTERY
|
- BYD_ATTO_3_BATTERY
|
||||||
- CELLPOWER_BMS
|
- CELLPOWER_BMS
|
||||||
- CHADEMO_BATTERY
|
- CHADEMO_BATTERY
|
||||||
|
- CMFA_EV_BATTERY
|
||||||
- FOXESS_BATTERY
|
- FOXESS_BATTERY
|
||||||
- IMIEV_CZERO_ION_BATTERY
|
- IMIEV_CZERO_ION_BATTERY
|
||||||
- JAGUAR_IPACE_BATTERY
|
- JAGUAR_IPACE_BATTERY
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
//#define FOXESS_BATTERY
|
//#define FOXESS_BATTERY
|
||||||
//#define CELLPOWER_BMS
|
//#define CELLPOWER_BMS
|
||||||
//#define CHADEMO_BATTERY //NOTE: inherently enables CONTACTOR_CONTROL below
|
//#define CHADEMO_BATTERY //NOTE: inherently enables CONTACTOR_CONTROL below
|
||||||
#define CMFA_EV_BATTERY
|
//#define CMFA_EV_BATTERY
|
||||||
//#define IMIEV_CZERO_ION_BATTERY
|
//#define IMIEV_CZERO_ION_BATTERY
|
||||||
//#define JAGUAR_IPACE_BATTERY
|
//#define JAGUAR_IPACE_BATTERY
|
||||||
//#define KIA_E_GMP_BATTERY
|
//#define KIA_E_GMP_BATTERY
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
//#define SUNGROW_CAN //Enable this line to emulate a "Sungrow SBR064" over CAN bus
|
//#define SUNGROW_CAN //Enable this line to emulate a "Sungrow SBR064" over CAN bus
|
||||||
|
|
||||||
/* Select hardware used for Battery-Emulator */
|
/* Select hardware used for Battery-Emulator */
|
||||||
#define HW_LILYGO
|
//#define HW_LILYGO
|
||||||
//#define HW_STARK
|
//#define HW_STARK
|
||||||
//#define HW_3LB
|
//#define HW_3LB
|
||||||
//#define HW_DEVKIT
|
//#define HW_DEVKIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue