Skip to content

Commit

Permalink
only:simulator: sensor mocking UI is broken #5473
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jul 31, 2023
1 parent 818b53c commit 90d68b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ custom maf_sensor_type_e 1 bits, S08, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
bit multisparkEnable
bit enableLaunchRetard
bit unfinishedenableLaunchBoost
bit unusedBitLDBS
bit isSimulator
bit enableCanVss;Read VSS from OEM CAN bus according to selected CAN vehicle configuration.
bit enableInnovateLC2
bit showHumanReadableWarning
Expand Down
5 changes: 5 additions & 0 deletions firmware/tunerstudio/rusefi.input
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,7 @@ menuDialog = main

subMenu = std_separator
subMenu = parkingLot, "Experimental/Broken"
subMenu = simulatorSensors, "Simulator", { isSimulator != 0 }
subMenu = antiLagDialog, "Anti-Lag ALS"
subMenu = rotaryDialog, "Rotary"
subMenu = throttleEffectiveArea, "Throttle effective area"
Expand Down Expand Up @@ -4268,6 +4269,10 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "F7 nDBANK fix", cmd_nDBANK@@if_ts_show_f7_presets
commandButton = "No flash Burn mode", cmd_burn_without_flash

dialog = simulatorSensors, "Simulator"
field = "Field 1"
field = "Field 2"

; bench test
dialog = ioTest, "Bench Test & Commands", xAxis
panel = testSpark
Expand Down

0 comments on commit 90d68b1

Please sign in to comment.