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 d19109a commit 7d07964Copy full SHA for 7d07964
esp32/modules/launcher.py
@@ -132,4 +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
136
pm.feed() # Feed the power management task, starts the countdown...
0 commit comments