mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Fixed CRC-Check Option Placement
CRC-Check Option muss im [FMS]-Tag platziert sein.
This commit is contained in:
parent
b84f84a420
commit
2449dbc0fd
|
|
@ -73,18 +73,18 @@ appName = BOSWatch
|
|||
# descriptions are loaded from csv/fms.csv
|
||||
idDescribed = 0
|
||||
|
||||
[ZVEI]
|
||||
# look-up-table for adding a description
|
||||
# using description (0 - off | 1 - on)
|
||||
# descriptions are loaded from csv/zvei.csv
|
||||
idDescribed = 0
|
||||
|
||||
# Check for correct CRC-information is provided by multimon-ng
|
||||
# As this seems to be incorrect in many cases it might be useful to disable this
|
||||
# (0 - off | 1 - on)
|
||||
# Better use RegEX to verify the correct data
|
||||
checkCRC = 0
|
||||
|
||||
[ZVEI]
|
||||
# look-up-table for adding a description
|
||||
# using description (0 - off | 1 - on)
|
||||
# descriptions are loaded from csv/zvei.csv
|
||||
idDescribed = 0
|
||||
|
||||
[POC]
|
||||
# some very simple filters:
|
||||
# Allow only this RICs (empty: allow all, separator ",")
|
||||
|
|
|
|||
Loading…
Reference in a new issue