hiding SPI from MRE users

This commit is contained in:
rusefi 2020-03-17 15:50:42 -04:00
parent f44cda67bc
commit 717400e1c4
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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