From 032a3a4477c604987bbe8ea9d475513d2f1e2ede Mon Sep 17 00:00:00 2001 From: William Clark Date: Wed, 13 Dec 2023 11:48:14 +0000 Subject: [PATCH] case --- data/config/data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`