aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-26 16:14:50 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-12-26 16:14:50 +0000
commita672ccab40a45cf690a76abbe4723442ea31c327 (patch)
tree26eae539341fc069c6b80f07fd67b8d1b54349d0 /lib/python
parentf716f502baa8cf240f4ecbc915ab18116e804c14 (diff)
downloadenigma2-a672ccab40a45cf690a76abbe4723442ea31c327.tar.gz
enigma2-a672ccab40a45cf690a76abbe4723442ea31c327.zip
15 msec delay between disable tone and send diseqc
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py1
1 files changed, 1 insertions, 0 deletions
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)