From 97f2956bc3f4bcd4bfe3bbd4e1c6cd510336194b Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 4 Apr 2017 22:14:26 +0200 Subject: [PATCH] Switching mm_raw to off by default As it's mainly for debug-reasons, there is no need to enable the mm_raw-out by default. --- config/config.template.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.template.ini b/config/config.template.ini index be5484b..6f7f018 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -49,7 +49,7 @@ doubleFilter_ignore_time = 5 doubleFilter_check_msg = 0 # writes the multimon-ng raw data stream into a text file named mm_raw.txt -writeMultimonRaw = 1 +writeMultimonRaw = 0 [NMAHandler] # you can use a logging handler for sending logging records to NotifyMyAndroid