LeadAcid 12volt

- LeadAcid battery start voltage = 12v, in 0 the cause yellow LED if UpdateValues are set to 1000ms
This commit is contained in:
LevinSwe 2024-05-04 12:45:57 +02:00 committed by GitHub
parent aff21e2108
commit 7bf2667e96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ static uint16_t batteryVoltage = 0;
static uint16_t inverterVoltageFrameHigh = 0;
static uint16_t inverterVoltage = 0;
static uint16_t cellvoltages_mv[98];
static int16_t leadAcidBatteryVoltage = 0;
static int16_t leadAcidBatteryVoltage = 120;
static int16_t batteryAmps = 0;
static int16_t temperatureMax = 0;
static int16_t temperatureMin = 0;