mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-03 11:29:35 +02:00
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.
This commit is contained in:
parent
d6ce41f42b
commit
97f2956bc3
|
|
@ -49,7 +49,7 @@ doubleFilter_ignore_time = 5
|
||||||
doubleFilter_check_msg = 0
|
doubleFilter_check_msg = 0
|
||||||
|
|
||||||
# writes the multimon-ng raw data stream into a text file named mm_raw.txt
|
# writes the multimon-ng raw data stream into a text file named mm_raw.txt
|
||||||
writeMultimonRaw = 1
|
writeMultimonRaw = 0
|
||||||
|
|
||||||
[NMAHandler]
|
[NMAHandler]
|
||||||
# you can use a logging handler for sending logging records to NotifyMyAndroid
|
# you can use a logging handler for sending logging records to NotifyMyAndroid
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue