USE_OPENBLT=yes

only:hellen154hyundai_f7
This commit is contained in:
rusefillc 2024-12-17 20:02:10 -05:00
parent 269943275c
commit 5bf0dfd63f
2 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,9 @@ void setBoardDefaultConfiguration() {
engineConfiguration->clutchUpPin = Gpio::H144_IN_RES2;
engineConfiguration->acSwitch = Gpio::H144_IN_RES1;
#ifndef EFI_BOOTLOADER
setCommonNTCSensor(&engineConfiguration->oilTempSensor, HELLEN_DEFAULT_AT_PULLUP); // random calibration for now
#endif
engineConfiguration->oilTempSensor.adcChannel = H144_IN_AT2;
// "required" hardware is done - set some reasonable defaults

View File

@ -1,6 +1,6 @@
SHORT_BOARD_NAME=hellen154hyundai_f7
PROJECT_CPU=ARCH_STM32F7
_USE_OPENBLT=yes
USE_OPENBLT=yes
_unused_EXTRA_PARAMS=-DEFI_LUA=FALSE -DEFI_LUA_LOOKUP=FALSE
_DEBUG_LEVEL_OPT=-O0 -ggdb -g
_INCLUDE_ELF=yes