mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Make 12V default value reasonable
This commit is contained in:
parent
de3ceb5a9e
commit
166bb4dce6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ static uint16_t batteryVoltage = 0;
|
||||||
static uint16_t inverterVoltageFrameHigh = 0;
|
static uint16_t inverterVoltageFrameHigh = 0;
|
||||||
static uint16_t inverterVoltage = 0;
|
static uint16_t inverterVoltage = 0;
|
||||||
static uint16_t cellvoltages_mv[98];
|
static uint16_t cellvoltages_mv[98];
|
||||||
static int16_t leadAcidBatteryVoltage = 0;
|
static int16_t leadAcidBatteryVoltage = 120;
|
||||||
static int16_t batteryAmps = 0;
|
static int16_t batteryAmps = 0;
|
||||||
static int16_t temperatureMax = 0;
|
static int16_t temperatureMax = 0;
|
||||||
static int16_t temperatureMin = 0;
|
static int16_t temperatureMin = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue