removed debug stuff
This commit is contained in:
mission/controller
@ -54,7 +54,7 @@ ReturnValue_t PowerController::getParameter(uint8_t domainId, uint8_t parameterI
|
||||
coulombCounterVoltageUpperThreshold = oldCoulombCounterVoltageUpperThreshold;
|
||||
return result;
|
||||
}
|
||||
// parameterWrapper->set(coulombCounterVoltageUpperThreshold);
|
||||
parameterWrapper->set(coulombCounterVoltageUpperThreshold);
|
||||
break;
|
||||
}
|
||||
case 0x3:
|
||||
@ -235,11 +235,6 @@ void PowerController::calculateStateOfCharge() {
|
||||
}
|
||||
|
||||
void PowerController::watchStateOfCharge() {
|
||||
if (test < 100) {
|
||||
test++;
|
||||
} else if (test == 100) {
|
||||
// pwrCtrlCoreHk.coulombCounterCharge.value = 0.7;
|
||||
}
|
||||
if (pwrCtrlCoreHk.coulombCounterCharge.isValid()) {
|
||||
if (pwrCtrlCoreHk.coulombCounterCharge.value < payloadOpLimitOn) {
|
||||
PoolReadGuard pg(&enablePl);
|
||||
|
Reference in New Issue
Block a user