removed debug stuff

This commit is contained in:
2023-10-11 09:24:36 +02:00
parent 2c30efa821
commit b9f05a14f7
2 changed files with 2 additions and 9 deletions

View File

@@ -24,8 +24,6 @@ class PowerController : public ExtendedControllerBase, public ReceivesParameterM
uint16_t startAtIndex) override;
private:
int test = 0;
bool enableHkSets = false;
ParameterHelper parameterHelper;
@@ -58,7 +56,7 @@ class PowerController : public ExtendedControllerBase, public ReceivesParameterM
float batteryInternalResistance = 70.0 / 2.0 / 1000.0; // [Ohm]
float batteryMaximumCapacity = 2.6 * 2; // [Ah]
float coulombCounterVoltageUpperThreshold = 16.2; // [V]
double maxAllowedTimeDiff = 0.5; // [s]
double maxAllowedTimeDiff = 1.5; // [s]
float payloadOpLimitOn = 0.90; // [%]
float payloadOpLimitLow = 0.75; // [%]
float higherModesLimit = 0.6; // [%]