From d5bb7bd060f29a6963921b17628d56d260c2124e Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 19 Oct 2023 20:17:55 -0400 Subject: [PATCH] only:making boost a bit more obvious --- firmware/controllers/actuators/boost_control.txt | 1 + simulator/simulator/efifeatures.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/actuators/boost_control.txt b/firmware/controllers/actuators/boost_control.txt index 713e141386..38a082abcb 100644 --- a/firmware/controllers/actuators/boost_control.txt +++ b/firmware/controllers/actuators/boost_control.txt @@ -9,6 +9,7 @@ bit hasInitBoost bit rpmTooLow bit tpsTooLow bit mapTooLow +bit isPlantValid int16_t autoscale luaTargetAdd;"Boost: Lua target add";"v", 0.5,0, -100,100, 1, @@GAUGE_CATEGORY_BOOST_CONTROL@@ int16_t autoscale boostOutput;@@GAUGE_NAME_BOOST_OUTPUT@@;"percent", 0.01,0, -100,100, 2, @@GAUGE_CATEGORY_BOOST_CONTROL@@ diff --git a/simulator/simulator/efifeatures.h b/simulator/simulator/efifeatures.h index 56eb9108af..175b5bdfe9 100644 --- a/simulator/simulator/efifeatures.h +++ b/simulator/simulator/efifeatures.h @@ -60,7 +60,7 @@ #endif #define EFI_MC33816 FALSE -if !defined(EFI_HPFP) && EFI_SHAFT_POSITION_INPUT +#if !defined(EFI_HPFP) && EFI_SHAFT_POSITION_INPUT #define EFI_HPFP TRUE #endif @@ -82,7 +82,7 @@ if !defined(EFI_HPFP) && EFI_SHAFT_POSITION_INPUT #define EFI_USE_UART_DMA FALSE -if !defined(EFI_MAP_AVERAGING) && EFI_SHAFT_POSITION_INPUT +#if !defined(EFI_MAP_AVERAGING) && EFI_SHAFT_POSITION_INPUT #define EFI_MAP_AVERAGING TRUE #endif