mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01: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
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue