only:helping build

This commit is contained in:
Andrey 2024-05-26 09:51:32 -04:00
parent 38c6fbc340
commit 1c5dadeab5
1 changed files with 6 additions and 1 deletions

View File

@ -128,8 +128,13 @@ void kLineThread(void*) {
efiPrintf("kline doSend");
}
int positiveCltWithHighishValueInCaseOfSensorIssue = maxI(1,
#ifdef HW_HELLEN_HONDA
/* temporary while we are playing with calibration */
config->hondaKcltGaugeAdder + Sensor::get(SensorType::Clt).value_or(140)
config->hondaKcltGaugeAdder
#else
50
#endif
+ Sensor::get(SensorType::Clt).value_or(140)
);
// 125 about horizontal
// 162 points at red mark, looks like gauge has hysteresis?