set VEmpty to 3v

This commit is contained in:
2025-07-26 12:07:53 +02:00
parent 6a8f74384e
commit 12d634ecc9

View File

@@ -61,7 +61,7 @@ constexpr uint16_t voltageToReg(float voltage) {
}
static constexpr uint16_t DesignCap = mahToCap(DesignCapMah);
static constexpr uint16_t IchgTerm = currentToReg(25);
static constexpr uint16_t VEmpty = 0xA561; // (3.3V/3.88V)
static constexpr uint16_t VEmpty = 0b1001011001100001; // (3V/3.88V)
static constexpr uint16_t dQAcc = (DesignCap / 32);
BatMon::BatMon() {