- fix PinPull optional configuration
This commit is contained in:
@@ -4,7 +4,7 @@ type PinConfig struct {
|
||||
PinNumber int `yaml:"number"`
|
||||
Name string `yaml:"name"`
|
||||
Direction PinDirection `yaml:"direction"`
|
||||
PullConfig PinPull `yaml:"pull-config"`
|
||||
PullConfig *PinPull `yaml:"pull-config"`
|
||||
InitialState *PinCommand `yaml:"initial-state"`
|
||||
SendPollingEvents *bool `yaml:"send-polling-events"`
|
||||
SendChangeEvents *bool `yaml:"send-change-events"`
|
||||
|
||||
Reference in New Issue
Block a user