poke just in case
This commit is contained in:
parent
7fce34a785
commit
d396a07f0f
|
@ -738,7 +738,6 @@ pin_input_mode_e throttlePedalUpPinMode;
|
|||
uint16_t idlePositionMax;+Voltage when the idle valve is open.\nYou probably don't have one of these!\n1 volt = 1000 units;"mv", 1, 0, 0, 5000, 0
|
||||
|
||||
|
||||
|
||||
uint32_t tunerStudioSerialSpeed;+Secondary TTL channel baud rate;"BPs", 1, 0, 0, 1000000, 0
|
||||
|
||||
float compressionRatio;+Just for reference really, not taken into account by any logic at this point;"CR", 1, 0, 0, 300, 1
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
; field = "! red text"
|
||||
; field = "normal text"
|
||||
;
|
||||
;
|
||||
|
||||
; this should stop TS from looking for the CAN ID in the 2nd byte location and allow the page reads to work correctly.
|
||||
enable2ndByteCanID = false
|
||||
|
|
Loading…
Reference in New Issue