aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-29 11:51:18 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-29 11:51:18 +0000
commite52de875e255153a9d15656d459fc784614fe4a6 (patch)
tree79e30805804d3b8fa648419f2a0afd7fb86d8dec /mytest.py
parenteb54fc4bae2e856bf5bf2fefc8a9fa5d0046b3a5 (diff)
downloadenigma2-e52de875e255153a9d15656d459fc784614fe4a6.tar.gz
enigma2-e52de875e255153a9d15656d459fc784614fe4a6.zip
remove workarounds to detect buggy fp driver / atmel firmware
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/mytest.py b/mytest.py
index 2dcd0d33..810edd00 100644
--- 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")