21 lines
203 B
TOML
21 lines
203 B
TOML
[TH7]
|
|
port = 8080
|
|
logfreq = 60
|
|
debug = true
|
|
|
|
[DB]
|
|
type = "sqlite3"
|
|
path = "test.db"
|
|
|
|
[Channel_1]
|
|
type = 'k'
|
|
unit = 'C'
|
|
gain = 106.8
|
|
offset = 2.4
|
|
|
|
[Channel_5]
|
|
type = 'N'
|
|
unit = 'F'
|
|
|
|
[Channel_6]
|
|
type = 'S' |