th7/config.toml

23 lines
231 B
TOML
Raw Normal View History

2022-11-12 14:20:29 +00:00
[TH7]
port = 8080
2022-11-12 16:22:55 +00:00
logfreq = 60
2022-11-12 22:43:16 +00:00
#cache = true
#LED = false
#debug = true
2022-11-12 14:20:29 +00:00
[DB]
2022-11-12 16:22:55 +00:00
type = "sqlite3"
path = "test.db"
2022-11-12 14:20:29 +00:00
[Channel_1]
type = 'K'
unit = 'C'
gain = 106.8
offset = 2.4
[Channel_5]
type = 'N'
unit = 'F'
[Channel_6]
type = 'S'