only: ts_show_reboot_to_dfu
This commit is contained in:
parent
8fbcc9ab63
commit
296bbdff00
|
@ -2058,6 +2058,7 @@ end_struct
|
|||
#define CAM_1_MODE_NAME "Cam mode (intake)"
|
||||
#define CAM_2_MODE_NAME "Cam mode (exhaust)"
|
||||
#define ts_show_cam2 true
|
||||
#define ts_show_reboot_to_dfu true
|
||||
#define ts_show_bank2_cam1 true
|
||||
#define ts_show_bank2_cam2 true
|
||||
#define ts_show_globalTriggerAngleOffset true
|
||||
|
|
|
@ -4745,7 +4745,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
commandButton = "Stop Engine", cmd_stop_engine
|
||||
commandButton = "Write Config", cmd_write_config
|
||||
commandButton = "Reboot ECU", cmd_reset_controller
|
||||
commandButton = "Reset to DFU", cmd_dfu
|
||||
commandButton = "Reset to DFU", cmd_dfu@@if_ts_show_reboot_to_dfu
|
||||
commandButton = "Reset to OpenBLT", cmd_openblt
|
||||
commandButton = "No flash Burn mode", cmd_burn_without_flash
|
||||
|
||||
|
|
Loading…
Reference in New Issue