hiding SPI from MRE users
This commit is contained in:
parent
2dfc039eb9
commit
5a6d10c21f
|
@ -2044,6 +2044,7 @@
|
|||
#define ts_show_hip9011 true
|
||||
#define ts_show_joystick true
|
||||
#define ts_show_lcd true
|
||||
#define ts_show_spi true
|
||||
#define TS_SIGNATURE "rusEFI v1.2020.3"
|
||||
#define tunerStudioSerialSpeed_offset 728
|
||||
#define tunerStudioSerialSpeed_offset_hex 2d8
|
||||
|
|
|
@ -7,3 +7,4 @@
|
|||
#define ts_show_gps false
|
||||
#define ts_show_etb_pins false
|
||||
#define ts_show_analog_divider false
|
||||
#define ts_show_spi false
|
||||
|
|
|
@ -2044,6 +2044,7 @@
|
|||
#define ts_show_hip9011 true
|
||||
#define ts_show_joystick true
|
||||
#define ts_show_lcd true
|
||||
#define ts_show_spi true
|
||||
#define TS_SIGNATURE "rusEFI v1.2020.3"
|
||||
#define tunerStudioSerialSpeed_offset 728
|
||||
#define tunerStudioSerialSpeed_offset_hex 2d8
|
||||
|
|
|
@ -1455,3 +1455,4 @@ end_struct
|
|||
#define ts_show_egt true
|
||||
#define ts_show_gps true
|
||||
#define ts_show_analog_divider true
|
||||
#define ts_show_spi true
|
|
@ -1313,7 +1313,7 @@ menuDialog = main
|
|||
|
||||
subMenu = lcdScreen, "LCD" @@if_ts_show_lcd
|
||||
subMenu = joystickPanel, "Joystick" @@if_ts_show_joystick
|
||||
subMenu = spiFunction, "SPI"
|
||||
subMenu = spiFunction, "SPI"@@if_ts_show_spi
|
||||
subMenu = monitoringSettings, "rusEfi console"
|
||||
subMenu = std_separator
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Tue Mar 17 13:38:00 EDT 2020
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Tue Mar 17 13:53:13 EDT 2020
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -2439,7 +2439,6 @@ menuDialog = main
|
|||
subMenu = engineTypeDialog, "Popular vehicles"
|
||||
subMenu = std_separator
|
||||
|
||||
subMenu = spiFunction, "SPI"
|
||||
subMenu = monitoringSettings, "rusEfi console"
|
||||
subMenu = std_separator
|
||||
|
||||
|
|
Loading…
Reference in New Issue