We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec89ab9 commit b92301eCopy full SHA for b92301e
1 file changed
LCM/Code/App/task.c
@@ -550,7 +550,8 @@ void Power_Task(void)
550
void CheckPowerLevel(float battery_voltage)
551
{
552
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
+ //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
555
//float battcellcurve[10] = {4.054, 4.01, 3.908, 3.827, 3.74, 3.651, 3.571, 3.485, 3.38, 3.0}; //P42A
556
//{4.07, 4.025, 3.91, 3.834, 3.746, 3.607, 3.49, 3.351, 3.168, 2.81}}; //DG40
557
//static uint8_t cell_type_last = 1; //CELL_TYPE P42A equates out to 0
0 commit comments