From 2449dbc0fd2480aa0b2f4aa7ec8c8b184b3c6b8e Mon Sep 17 00:00:00 2001 From: stereu Date: Fri, 20 Jan 2017 23:12:22 +0100 Subject: [PATCH] Fixed CRC-Check Option Placement CRC-Check Option muss im [FMS]-Tag platziert sein. --- config/config.template.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.template.ini b/config/config.template.ini index a3b4336..be5484b 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -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 ",")