Make 12V default value reasonable

This commit is contained in:
Daniel 2024-06-02 21:32:00 +03:00
parent de3ceb5a9e
commit 166bb4dce6

View file

@ -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;