only:ts_show_wbo_canbus_set_index
This commit is contained in:
parent
d58fbdd514
commit
b2a2adc65b
|
@ -550,6 +550,7 @@ uint32_t cylindersCount;Number of cylinder the engine has.;"", 1, 0, 1, @@MAX_CY
|
|||
#define ts_show_communityCommsLedPid false
|
||||
#define ts_show_startup_map_baro_grab true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define ts_show_uegoSerial true
|
||||
#define ts_show_ego2 true
|
||||
|
||||
|
|
|
@ -4704,10 +4704,10 @@ dialog = tcuControls, "Transmission Settings"
|
|||
dialog = widebandConfig, "rusEFI Wideband Config"
|
||||
field = "!Please connect exactly one wideband controller before pressing these buttons!"
|
||||
commandButton = "Update Firmware", cmd_wideband_firmare_update
|
||||
field = "!These buttons will set ALL connected controllers to the specified index."
|
||||
field = "!Disconnect all controllers you don't want to set!"
|
||||
commandButton = "Set Index 0", cmd_set_wideband_idx_0
|
||||
commandButton = "Set Index 1", cmd_set_wideband_idx_1
|
||||
field = "!These buttons will set ALL connected controllers to the specified index."@@if_ts_show_wbo_canbus_set_index
|
||||
field = "!Disconnect all controllers you don't want to set!"@@if_ts_show_wbo_canbus_set_index
|
||||
commandButton = "Set Index 0", cmd_set_wideband_idx_0@@if_ts_show_wbo_canbus_set_index
|
||||
commandButton = "Set Index 1", cmd_set_wideband_idx_1@@if_ts_show_wbo_canbus_set_index
|
||||
|
||||
dialog = engineTypeDialog, "Popular vehicles"
|
||||
field = "!These buttons send a command to rusEFI controller to apply preset values"
|
||||
|
|
Loading…
Reference in New Issue