Output logic implemented
This commit is contained in:
@@ -221,6 +221,18 @@ void modConfigLoadDefaultConfig(modConfigGeneralConfigStructTypedef *configLocat
|
||||
|
||||
configLocation->PC_Time=0;
|
||||
|
||||
configLocation->chargeBatteryOutputChecked = false;
|
||||
configLocation->brushOrShuntOutputChecked = false;
|
||||
configLocation->brushOrShuntMode = false;
|
||||
configLocation->brushUsageSocThreshold = 10;
|
||||
configLocation->shuntChargingContactorDelay = 5;
|
||||
configLocation->coolingOutputChecked = false;
|
||||
configLocation->coolingStartThreshold = 50;
|
||||
configLocation->coolingStopThreshold = 40;
|
||||
configLocation->heatingOutputChecked = false;
|
||||
configLocation->heatingStartThreshold = 0;
|
||||
configLocation->heatingStopThreshold = 20;
|
||||
|
||||
|
||||
#elif ENNOID_HV
|
||||
configLocation->noOfCellsSeries = 8; // Total number of cells in series in the battery pack
|
||||
|
||||
Reference in New Issue
Block a user