mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
Update config.template.ini
Adding switch to enable/disable CRC-checking provided by multimon-ng
This commit is contained in:
parent
486464b680
commit
83ae6810ac
1 changed files with 6 additions and 0 deletions
|
|
@ -79,6 +79,12 @@ idDescribed = 0
|
|||
# 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
|
||||
|
||||
[POC]
|
||||
# some very simple filters:
|
||||
# Allow only this RICs (empty: allow all, separator ",")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue