Skip to content

Commit

Permalink
idle stepper TS panel disable should not depend ETB functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed May 15, 2024
1 parent b322321 commit 3183f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3260,8 +3260,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
dialog = stepperHbridgeHardware, "Stepper H-Bridge Hardware"
topicHelp = "stepperHbridgeHardwareHelp"
field = "Inverted driver pins", stepperDcInvertedPins
panel = stepperHbridgeHardwareNo1, { etbFunctions1 != @@dc_function_e_DC_None@@ }
panel = stepperHbridgeHardwareNo2, { etbFunctions2 != @@dc_function_e_DC_None@@ }
panel = stepperHbridgeHardwareNo1
panel = stepperHbridgeHardwareNo2

dialog = idleStepperHw, "Stepper Controller Hardware"
topicHelp = "idleStepperHwHelp"
Expand Down

0 comments on commit 3183f64

Please sign in to comment.