From a672ccab40a45cf690a76abbe4723442ea31c327 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 26 Dec 2006 16:14:50 +0000 Subject: [PATCH] 15 msec delay between disable tone and send diseqc --- lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py index 09639559..0b5d5dae 100644 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py @@ -374,6 +374,7 @@ class Diseqc: print string cmd.setCommandString(string) self.frontend.setTone(iDVBFrontend.toneOff) + sleep(0.015) # wait 15msec after disable tone self.frontend.sendDiseqc(cmd) if string == 'e03160': #positioner stop sleep(0.05) -- 2.30.2