Skip to content

Commit b92301e

Browse files
committed
Cell Type Sony VTC6 for PintV/XRV
1 parent ec89ab9 commit b92301e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

LCM/Code/App/task.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,8 @@ void Power_Task(void)
550550
void CheckPowerLevel(float battery_voltage)
551551
{
552552
float battVoltages[10] = {4.054, 4.01, 3.908, 3.827, 3.74, 3.651, 3.571, 3.485, 3.38, 3.0}; //P42A
553-
//float battVoltages[10] = {4.07, 4.025, 3.91, 3.834, 3.746, 3.607, 3.49, 3.351, 3.168, 2.81}}; //DG40
553+
//float battVoltages[10] = {4.07, 4.025, 3.91, 3.834, 3.746, 3.607, 3.49, 3.351, 3.168, 2.81}; //DG40
554+
//float battVoltages[10] = { 4.1, 4.00, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.1 }; // Sony VTC6
554555
//float battcellcurve[10] = {4.054, 4.01, 3.908, 3.827, 3.74, 3.651, 3.571, 3.485, 3.38, 3.0}; //P42A
555556
//{4.07, 4.025, 3.91, 3.834, 3.746, 3.607, 3.49, 3.351, 3.168, 2.81}}; //DG40
556557
//static uint8_t cell_type_last = 1; //CELL_TYPE P42A equates out to 0

0 commit comments

Comments
 (0)