diff --git a/firmware/config/boards/microrusefi/prepend.txt b/firmware/config/boards/microrusefi/prepend.txt index a98dd3b79c..be1de5e491 100644 --- a/firmware/config/boards/microrusefi/prepend.txt +++ b/firmware/config/boards/microrusefi/prepend.txt @@ -1,2 +1,6 @@ #define ts_show_hip9011 false #define ts_show_cj125 false +#define ts_show_full_pinout false +#define ts_show_lcd false +#define ts_show_joystick false +#define ts_show_egt false diff --git a/firmware/controllers/algo/rusefi_generated.h b/firmware/controllers/algo/rusefi_generated.h index deb4305c02..46e5c2a17c 100644 --- a/firmware/controllers/algo/rusefi_generated.h +++ b/firmware/controllers/algo/rusefi_generated.h @@ -1757,8 +1757,12 @@ #define TS_FILE_VERSION 20171101 #define TS_OUTPUT_SIZE 356 #define ts_show_cj125 true +#define ts_show_egt true #define ts_show_etb true +#define ts_show_full_pinout true #define ts_show_hip9011 true +#define ts_show_joystick true +#define ts_show_lcd true #define tunerStudioSerialSpeed_offset 728 #define tunerStudioSerialSpeed_offset_hex 2d8 #define twoWireBatchIgnition_offset 1476 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 80a9d8e6fe..15340933c8 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1208,3 +1208,8 @@ end_struct #define ts_show_hip9011 true #define ts_show_cj125 true #define ts_show_etb true +#define ts_show_full_pinout true +#define ts_show_lcd true +#define ts_show_joystick true +#define ts_show_egt true + diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 15cc9d8529..2adfe283fd 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -1186,7 +1186,7 @@ menuDialog = main # Misc sensors subMenu = speedSensor, "Vehicle speed sensor" subMenu = oilPressureSensor, "Oil pressure" - subMenu = egtInputs, "EGT" + subMenu = egtInputs, "EGT" @@if_ts_show_egt menu = "&Controller" subMenu = ecuStimulator, "ECU stimulator" @@ -1194,15 +1194,15 @@ menuDialog = main subMenu = engineTypeDialog, "Popular vehicles" subMenu = std_separator - subMenu = lcdScreen, "LCD" - subMenu = joystickPanel, "Joystick" + subMenu = lcdScreen, "LCD" @@if_ts_show_lcd + subMenu = joystickPanel, "Joystick" @@if_ts_show_joystick subMenu = spiFunction, "SPI" subMenu = monitoringSettings, "rusEfi console" subMenu = std_separator subMenu = connection, "Connection" - subMenu = allPins1, "Full pinout 1/2" - subMenu = allPins2, "Full pinout 2/2" + subMenu = allPins1, "Full pinout 1/2" @@if_ts_show_full_pinout + subMenu = allPins2, "Full pinout 2/2" @@if_ts_show_full_pinout subMenu = std_separator