15 msec delay between disable tone and send diseqc
[vuplus_dvbapp] / lib / python / Plugins / SystemPlugins / PositionerSetup / plugin.py
index 10fa02d..0b5d5da 100644 (file)
@@ -373,6 +373,8 @@ class Diseqc:
                        print "diseqc command:",
                        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)