mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Remove unused EXTENDED_DATA_PTR
This commit is contained in:
parent
0b3f3f9c96
commit
a8533815b6
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
||||||
|
|
||||||
#define BATTERY_SELECTED
|
#define BATTERY_SELECTED
|
||||||
#define SELECTED_BATTERY_CLASS NissanLeafBattery
|
#define SELECTED_BATTERY_CLASS NissanLeafBattery
|
||||||
#define EXTENDED_DATA_PTR (&datalayer_extended.nissanleaf)
|
|
||||||
|
|
||||||
#define MAX_PACK_VOLTAGE_DV 4040 //5000 = 500.0V
|
#define MAX_PACK_VOLTAGE_DV 4040 //5000 = 500.0V
|
||||||
#define MIN_PACK_VOLTAGE_DV 2600
|
#define MIN_PACK_VOLTAGE_DV 2600
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#define BATTERY_SELECTED
|
#define BATTERY_SELECTED
|
||||||
#define SELECTED_BATTERY_CLASS RenaultZoeGen1Battery
|
#define SELECTED_BATTERY_CLASS RenaultZoeGen1Battery
|
||||||
#define EXTENDED_DATA_PTR (&datalayer_extended.zoe)
|
|
||||||
|
|
||||||
#define MAX_PACK_VOLTAGE_DV 4200 //5000 = 500.0V
|
#define MAX_PACK_VOLTAGE_DV 4200 //5000 = 500.0V
|
||||||
#define MIN_PACK_VOLTAGE_DV 3000
|
#define MIN_PACK_VOLTAGE_DV 3000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue