only:hellen-honda-k
This commit is contained in:
parent
7e074e13b2
commit
a851149d84
|
@ -111,7 +111,10 @@ void kLineThread(void*) {
|
||||||
if (engineConfiguration->verboseKLine) {
|
if (engineConfiguration->verboseKLine) {
|
||||||
efiPrintf("kline doSend");
|
efiPrintf("kline doSend");
|
||||||
}
|
}
|
||||||
int positiveCltWithHighishValueInCaseOfSensorIssue = maxI(1, Sensor::get(SensorType::Clt).value_or(140));
|
int positiveCltWithHighishValueInCaseOfSensorIssue = maxI(1,
|
||||||
|
/* temporary while we are playing with calibration */
|
||||||
|
engineConfiguration->auxiliarySetting1 + Sensor::get(SensorType::Clt).value_or(140)
|
||||||
|
);
|
||||||
// 125 about horizontal
|
// 125 about horizontal
|
||||||
// 162 points at red mark, looks like gauge has hysteresis?
|
// 162 points at red mark, looks like gauge has hysteresis?
|
||||||
// value 200 way above red mark
|
// value 200 way above red mark
|
||||||
|
|
|
@ -1408,7 +1408,7 @@ tChargeMode_e tChargeMode;
|
||||||
|
|
||||||
uint8_t hpfpCamLobes;;"lobes/cam", 1, 0, 0, 255, 0
|
uint8_t hpfpCamLobes;;"lobes/cam", 1, 0, 0, 255, 0
|
||||||
hpfp_cam_e hpfpCam;
|
hpfp_cam_e hpfpCam;
|
||||||
uint8_t unusedHere
|
uint8_t auxiliarySetting1
|
||||||
uint8_t hpfpMinAngle;If the requested activation time is below this angle, don't bother running the pump;"deg", 1, 0, 0, 255, 0
|
uint8_t hpfpMinAngle;If the requested activation time is below this angle, don't bother running the pump;"deg", 1, 0, 0, 255, 0
|
||||||
uint16_t autoscale hpfpPumpVolume;Size of the pump chamber in cc. Typical Bosch HDP5 has a 9.0mm diameter, typical BMW N* stroke is 4.4mm.;"cc", 0.001, 0, 0, 65, 3
|
uint16_t autoscale hpfpPumpVolume;Size of the pump chamber in cc. Typical Bosch HDP5 has a 9.0mm diameter, typical BMW N* stroke is 4.4mm.;"cc", 0.001, 0, 0, 65, 3
|
||||||
uint8_t hpfpActivationAngle;How long to keep the valve activated (in order to allow the pump to build pressure and keep the valve open on its own);"deg", 1, 0, 0, 255, 0
|
uint8_t hpfpActivationAngle;How long to keep the valve activated (in order to allow the pump to build pressure and keep the valve open on its own);"deg", 1, 0, 0, 255, 0
|
||||||
|
|
|
@ -4279,6 +4279,7 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
field = uiMode, uiMode
|
field = uiMode, uiMode
|
||||||
field = kLineBaudRate, kLineBaudRate
|
field = kLineBaudRate, kLineBaudRate
|
||||||
field = verboseKLine, verboseKLine
|
field = verboseKLine, verboseKLine
|
||||||
|
field = auxiliarySetting1, auxiliarySetting1
|
||||||
field = kLineDoHondaSend, kLineDoHondaSend
|
field = kLineDoHondaSend, kLineDoHondaSend
|
||||||
field = hondaK, hondaK
|
field = hondaK, hondaK
|
||||||
field = kLinePeriodUs, kLinePeriodUs
|
field = kLinePeriodUs, kLinePeriodUs
|
||||||
|
|
Loading…
Reference in New Issue