Skip to content

Commit

Permalink
"different user levels in TS" idea #5154
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Mar 9, 2023
1 parent 3e5642f commit aba0771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firmware/tunerstudio/rusefi.input
Expand Up @@ -2161,7 +2161,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_

dialog = ignitionSettings, "", xAxis
panel = ignitionBasic
panel = ignitionOutputs
panel = ignitionOutputs, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }

dialog = baseEngineConfig, "Engine Configuration"
; field = "Engine preset", engineType
Expand Down Expand Up @@ -3220,8 +3220,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_

; Engine->Fan Settings
dialog = fan1Settings, "Fan 1"
field = "Output", fanPin
field = "Output mode", fanPinMode
field = "Output", fanPin, 1, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
field = "Output mode", fanPinMode, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
field = "On temperature", fanOnTemperature
field = "Off temperature", fanOffTemperature
field = "Enable with AC", enableFan1WithAc
Expand Down

0 comments on commit aba0771

Please sign in to comment.