From 0e6bcf14ea3266c409230bffadbb05e98a5453f2 Mon Sep 17 00:00:00 2001 From: Lars The Date: Tue, 3 Sep 2024 11:43:36 +0200 Subject: [PATCH] Comment to fix old frontend queries that produce CC errors Adds a comment to fix catalinii#1178 --- README.md | 1 + src/minisatip.c | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f19c3ebc0..b6d3975dfc 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Help * [%] This symbol forces to read values as percentage * [#] This symbol forces to read values as decibels * eg: -M *:%1.0-#1.0 - not multiply the strength but force it as percentage and for the snr interpret it as decibels + * Zero values will disable drive polling, and this may solve CC errors with some hardware/drivers (eg: -M *:0-0) * -N --disable-dvb disable DVB adapter detection diff --git a/src/minisatip.c b/src/minisatip.c index 5322138b4f..cdcb595342 100644 --- a/src/minisatip.c +++ b/src/minisatip.c @@ -416,6 +416,7 @@ Help\n\ * [%%] This symbol forces to read values as percentage\n\ * [#] This symbol forces to read values as decibels\n\ * eg: -M *:%%1.0-#1.0 - not multiply the strength but force it as percentage and for the snr interpret it as decibels\n\ + * Zero values will disable drive polling, and this may solve CC errors with some hardware/drivers (eg: -M *:0-0)\n\ \n\ * -N --disable-dvb disable DVB adapter detection\n \ \n\