From: Andreas Monzner Date: Tue, 26 Dec 2006 16:14:50 +0000 (+0000) Subject: 15 msec delay between disable tone and send diseqc X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=a672ccab40a45cf690a76abbe4723442ea31c327 15 msec delay between disable tone and send diseqc --- diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py index 0963955..0b5d5da 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)