[SECURITY] Cheap password protection against tune modification #4243
This commit is contained in:
parent
12e007f1d7
commit
bba019af44
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue