parent
269943275c
commit
5bf0dfd63f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue