GDI Epic #1448
This commit is contained in:
parent
77b70f47f7
commit
d560f01426
|
@ -735,7 +735,8 @@ pin_input_mode_e throttlePedalUpPinMode;
|
|||
uint16_t idlePositionMax;Voltage when the idle valve is open.\nYou probably don't have one of these!;"mv", 1, 0, 0, 5000, 0
|
||||
|
||||
|
||||
uint8_t[4] unusedAt724;;"units", 1, 0, -20, 100, 0
|
||||
uint16_t tempHpfpStart;;"units", 1, 0, -20, 100, 0
|
||||
uint16_t tempHpfpDuration;;"units", 1, 0, -20, 100, 0
|
||||
|
||||
uint32_t tunerStudioSerialSpeed;Secondary TTL channel baud rate;"BPs", 1, 0, 0,1000000, 0
|
||||
|
||||
|
|
|
@ -1963,6 +1963,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "MC33816 SPI Device", mc33972spiDevice
|
||||
field = hpfpValcePin, hpfpValvePin
|
||||
field = hpfpValcePinMode, hpfpValvePinMode
|
||||
field = tempHpfpStart, tempHpfpStart
|
||||
field = tempHpfpDuration, tempHpfpDuration
|
||||
|
||||
field = "Boost voltage", mc33_hvolt
|
||||
|
||||
|
|
Loading…
Reference in New Issue