1l and 1r fix (#2894)
1l and 1r are tied to the same pin and rely on the same id. removed the id and TS name from 1r and removed pin designation from 1L TS name to avoid confusion. Now just "Radiator Fan"
This commit is contained in:
parent
bd5ff4b5a5
commit
f122c19d3b
|
@ -63,7 +63,7 @@ pins:
|
|||
- pin: 1L
|
||||
id: GPIOD_12
|
||||
class: outputs
|
||||
ts_name: 1L - Radiator Fan 94-95
|
||||
ts_name: Radiator Fan
|
||||
function: Radiator Fan Relay
|
||||
type: ls
|
||||
|
||||
|
@ -84,12 +84,9 @@ pins:
|
|||
function: A/C switch input
|
||||
type: din
|
||||
|
||||
- pin: 1R
|
||||
id: GPIOD_12
|
||||
class: outputs
|
||||
ts_name: 1R - Coolant Fan
|
||||
- pin: 1R
|
||||
function: Coolant Fan Relay
|
||||
type: ls
|
||||
|
||||
|
||||
- pin: 1S
|
||||
ts_name: 1S - Heate Input
|
||||
|
|
Loading…
Reference in New Issue