31 lines
402 B
TOML
31 lines
402 B
TOML
# TH7 demo configuration file.
|
|
[TH7]
|
|
port = 9090 # web port
|
|
debug = true # enable to use simulated PCB for development
|
|
|
|
[DB]
|
|
type = "sqlite3"
|
|
path = "test.db"
|
|
freq = 60
|
|
|
|
[Channel_1]
|
|
type = 'U'
|
|
filter.samples = 100
|
|
filter.type = 1
|
|
|
|
[Channel_2]
|
|
type = 'N'
|
|
filter.samples = 20
|
|
|
|
[Channel_3]
|
|
type = 'T'
|
|
|
|
[Channel_4]
|
|
type = 'K'
|
|
|
|
[Channel_6]
|
|
type = 'J'
|
|
offset = -23.1
|
|
|
|
|