mirror of https://github.com/rusefi/wideband.git
TS: ini: hide invalid sensor types (#209)
This commit is contained in:
parent
d8b8ba7019
commit
f7b2326b44
|
@ -60,7 +60,7 @@ page = 1
|
|||
|
||||
; name = class, type, offset, [shape], units, scale, translate, min, max, digits
|
||||
; First four bytes are used for internal tag. Should not be accessable from TS
|
||||
LsuSensorType = bits, U08, 135, [0:2], "LSU 4.9", "LSU 4.2", "LSU ADV"
|
||||
LsuSensorType = bits, U08, 135, [0:2], "LSU 4.9", "LSU 4.2", "LSU ADV", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
|
||||
page = 2 ; this is a RAM only page with no burnable flash
|
||||
; name = class, type, offset, [shape], units, scale, translate, min, max, digits
|
||||
|
|
|
@ -67,7 +67,7 @@ Aux0Out = array, F32, 69, [8], "V", 1, 0, 0,
|
|||
Aux1Out = array, F32, 101, [8], "V", 1, 0, 0, 5.0, 2
|
||||
Aux0InputSel = bits, U08, 133, [0:3], "AFR 0", "AFR 1", "Lambda 0", "Lambda 1", "EGT 0", "EGT 1"
|
||||
Aux1InputSel = bits, U08, 134, [0:3], "AFR 0", "AFR 1", "Lambda 0", "Lambda 1", "EGT 0", "EGT 1"
|
||||
LsuSensorType = bits, U08, 135, [0:2], "LSU 4.9", "LSU 4.2", "LSU ADV"
|
||||
LsuSensorType = bits, U08, 135, [0:2], "LSU 4.9", "LSU 4.2", "LSU ADV", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
|
||||
|
||||
page = 2 ; this is a RAM only page with no burnable flash
|
||||
; name = class, type, offset, [shape], units, scale, translate, min, max, digits
|
||||
|
|
Loading…
Reference in New Issue