diff --git a/data/config/data.go b/data/config/data.go index caaf3ba..8da5692 100644 --- a/data/config/data.go +++ b/data/config/data.go @@ -25,7 +25,7 @@ type Channel struct { } type TH7 struct { - Led bool `json:"LED"` + Led bool `json:"led"` Debug bool `json:"debug"` NoLog bool `json:"nolog"` NoWeb bool `json:"noweb"`