From 064c7854de99702b37082122a7db53155d0d6942 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 19 Oct 2023 14:57:38 -0400 Subject: [PATCH] only:hide fuel & ignition from small-c #5625 --- firmware/config/boards/hellen/small-can-board/prepend.txt | 1 + firmware/integration/rusefi_config.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/firmware/config/boards/hellen/small-can-board/prepend.txt b/firmware/config/boards/hellen/small-can-board/prepend.txt index 4b928739de..e977cf5dd4 100644 --- a/firmware/config/boards/hellen/small-can-board/prepend.txt +++ b/firmware/config/boards/hellen/small-can-board/prepend.txt @@ -5,6 +5,7 @@ #define ts_show_egt false +#define ts_show_engine_control false #define ts_show_etb_pins false #define ts_show_analog_divider false diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 304b33dda1..47fdc44f71 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -2199,6 +2199,7 @@ end_struct #define ts_show_critical_led false #define ts_show_joystick true #define ts_show_egt true +#define ts_show_engine_control false #define ts_show_analog_divider true #define ts_show_spi true