only:requiresPowerCycle = gppwm1_pin
This commit is contained in:
parent
0f98c285c1
commit
43fb438771
|
@ -295,6 +295,10 @@ enable2ndByteCanID = false
|
|||
maintainConstantValue = throttlePedalWOTVoltage, { (calibrationMode == @@TsCalMode_PedalMax@@ ) ? calibrationValue : throttlePedalWOTVoltage }
|
||||
maintainConstantValue = throttlePedalSecondaryWOTVoltage, { (calibrationMode == @@TsCalMode_PedalMax@@ ) ? calibrationValue2 : throttlePedalSecondaryWOTVoltage }
|
||||
|
||||
requiresPowerCycle = gppwm1_pin
|
||||
requiresPowerCycle = gppwm2_pin
|
||||
requiresPowerCycle = gppwm3_pin
|
||||
requiresPowerCycle = gppwm4_pin
|
||||
requiresPowerCycle = isSdCardEnabled
|
||||
requiresPowerCycle = sdCardSpiDevice
|
||||
requiresPowerCycle = sdCardCsPin
|
||||
|
|
Loading…
Reference in New Issue