From db8afbccb5ce3df9bd0dd47375fec61f4ca602d7 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 25 Nov 2010 23:08:18 +0100 Subject: [PATCH 1/1] set diseqc repeats in diseqc 1.0 to 0 (this fixes a strange diseqc bug in advanced tuner config when diseqc is set to 1.0) thx to SadButTrue for bug report! fixes bug #623 --- lib/python/Components/NimManager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index d8a7c5c2..7f7dd5c4 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -390,6 +390,7 @@ class SecConfigure: if currLnb.diseqcMode.value == "1_0": currCO = currLnb.commandOrder1_0.value + sec.setRepeats(0) else: currCO = currLnb.commandOrder.value -- 2.30.2