add: utility to write to file; not working yet
This commit is contained in:
@@ -23,6 +23,7 @@ type Config struct {
|
||||
IVFCmd *Cmd `yaml:"ivf"`
|
||||
SensorCmd *Cmd `yaml:"sensor"`
|
||||
SensorRateMS int64 `yaml:"sensor_rate_ms"`
|
||||
LocalCopy string `yaml:"local_copy"`
|
||||
}
|
||||
|
||||
func New(source []byte, name string) (*Config, error) {
|
||||
|
||||
Reference in New Issue
Block a user