mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
Variable redefine
This commit is contained in:
parent
80b660c4c1
commit
f799ab45b4
1 changed files with 2 additions and 2 deletions
|
@ -50,11 +50,11 @@ static uint16_t regenerative_limit = 0;
|
|||
static uint16_t discharge_limit = 0;
|
||||
static uint16_t max_heat_park = 0;
|
||||
static uint16_t hvac_max_power = 0;
|
||||
static uint16_t min_voltage = 0;
|
||||
static uint16_t max_discharge_current = 0;
|
||||
static uint16_t max_charge_current = 0;
|
||||
static uint16_t bms_max_voltage = 0;
|
||||
static uint16_t bms_high_voltage = 0;
|
||||
static uint16_t bms_min_voltage = 0;
|
||||
static uint16_t high_voltage = 0;
|
||||
static uint16_t low_voltage = 0;
|
||||
static uint16_t output_current = 0;
|
||||
static uint16_t soc_min = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue