[SECURITY] Cheap password protection against tune modification #4243

This commit is contained in:
rusefillc 2022-07-30 12:07:04 -04:00
parent 12e007f1d7
commit bba019af44
2 changed files with 3 additions and 2 deletions

View File

@ -1012,7 +1012,7 @@ end_struct
bit isVerboseIAC;+Print details into rusEFI console\nenable verbose_idle
bit boardUseTachPullUp,"12v","5v"
bit boardUseTempPullUp,"With Pull Ups","Piggyback Mode"
bit unused234234234
bit yesUnderstandLocking,"yes","no"
bit silentTriggerError;+Sometimes we have a performance issue while printing error
bit useLinearCltSensor
bit canReadEnabled;enable can_read/disable can_read

View File

@ -3905,7 +3905,8 @@ dialog = tcuControls, "Transmission Settings"
field = "boardUseCamVrPullUp", boardUseCamVrPullUp
dialog = parkingLot, "Experimental/Broken"
field = tuneHidingKey, tuneHidingKey
field = "I understand ECU Locking", yesUnderstandLocking
field = tuneHidingKey, tuneHidingKey, { yesUnderstandLocking == 1 }
field = verboseQuad, verboseQuad
field = useEeprom, useEeprom
field = "disablePrimaryUart", disablePrimaryUart