parent
5fad6aa873
commit
5ea3151da3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue