We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d07964 commit 0a9cc6fCopy full SHA for 0a9cc6f
esp32/modules/launcher.py
@@ -132,5 +132,5 @@ def input_other(pressed):
132
# Power management
133
virtualtimers.activate(1000) # Start scheduler with 1 second ticks
134
pm.set_timeout(5*60*1000) # Set timeout to 5 minutes
135
-pm.callback(appglue.home()) # Go to splash instead of sleep
+pm.callback(appglue.home) # Go to splash instead of sleep
136
pm.feed() # Feed the power management task, starts the countdown...
0 commit comments