also scan for video-CD content in directory MPEGAV (capitalized)
[enigma2.git] / mytest.py
index 2dcd0d3317c5c3d7abd83361b090156e0c0fcda3..810edd000a50b7da5f1ed50f0cc0476e1033571c 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -478,16 +478,13 @@ def runScreenTest():
                if x != -1
        ]
        wakeupList.sort()
-       if len(wakeupList) and getFPWakeuptime(): # getFPWakeuptime returns 1 when the sanity check in Navigation.py was okay..
+       if len(wakeupList):
                startTime = wakeupList.pop(0)
                if (startTime - nowTime) < 330: # no time to switch box back on
                        wptime = nowTime + 30  # so switch back on in 30 seconds
                else:
                        wptime = startTime - 300
                setFPWakeuptime(wptime)
-       else:
-               print "buggy atmel firmware detected... dont set a wakeup time!"
-               setFPWakeuptime(0)
        profile("stopService")
        session.nav.stopService()
        profile("nav shutdown")