Conf file move, multi config support, on time support

This commit is contained in:
Ian Gulliver
2022-09-24 17:20:10 -07:00
parent 40c4abd0cd
commit 035df9e7fd
5 changed files with 133 additions and 13 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/firestuff/hh
go 1.18
require github.com/stianeikeland/go-rpio/v4 v4.6.0
require (
github.com/stianeikeland/go-rpio/v4 v4.6.0
gopkg.in/yaml.v3 v3.0.1
)