cell index 1

This commit is contained in:
James 2024-04-26 12:55:24 +01:00
parent 9a7d64093c
commit c3886cffa9

View File

@ -343,7 +343,7 @@ bool processCellInfo(byte *data, unsigned int dataLen)
_cellMin = CellVolt;
}
Serial.printf("%s Cell %d Voltage: %f\r\n",currentName, i,(float)CellVolt/1000);
Serial.printf("%s Cell %d Voltage: %f\r\n",currentName, i+1,(float)CellVolt/1000);
}
Serial.printf("%s Max Cell Voltage: %f\r\n",currentName, (float)_cellMax / 1000);