fix battery size for max in variant.h and comments

This commit is contained in:
pelgraine
2026-06-10 23:11:25 +10:00
parent 62628ec751
commit 40571e398e
2 changed files with 3 additions and 3 deletions
@@ -107,7 +107,7 @@ for (uint8_t a = 0x6A; a <= 0x6B; a++) {
#if HAS_BQ27220
uint16_t voltage = getBattMilliVolts();
MESH_DEBUG_PRINTLN(" Battery voltage: %d mV", voltage);
configureFuelGauge(); // sets 1500 mAh (MAX design capacity)
configureFuelGauge(); // sets 1400 mAh (MAX design capacity)
#endif
// ------ Step 11: Early low-voltage protection ------