add: utility to write to file; not working yet

This commit is contained in:
Charles
2024-01-16 11:29:54 -08:00
parent 6851b30ad8
commit 84eb188ada
7 changed files with 113 additions and 0 deletions
+1
View File
@@ -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) {