From 98970de616f2251eff4e64173adaa8fabe11c919 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 25 Nov 2010 23:08:18 +0100 Subject: 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(+) (limited to 'lib/python/Components') diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 73031861..94f73a6a 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 -- cgit v1.2.3