fix: move pulse relays
This commit is contained in:
parent
bb10b8972f
commit
2680ffd2cf
1 changed files with 2 additions and 2 deletions
|
@ -44,20 +44,20 @@ inverted = 1
|
|||
driver = gpio
|
||||
pin = 1
|
||||
inverted = 1
|
||||
pulse-duration = 3
|
||||
|
||||
[relay-7]
|
||||
driver = gpio
|
||||
pin = 0
|
||||
inverted = 1
|
||||
pulse-duration = 3
|
||||
|
||||
[relay-8]
|
||||
driver = gpio
|
||||
pin = 16
|
||||
inverted = 1
|
||||
pulse-duration = 3
|
||||
|
||||
[relay-9]
|
||||
driver = gpio
|
||||
pin = 15
|
||||
inverted = 1
|
||||
pulse-duration = 3
|
||||
|
|
Loading…
Reference in a new issue