Skip to content

Commit e821b94

Browse files
Remove the old "long press on button" script
This didn't work properly, and the user should be able to go to the settings app to enable bootloader mode. If that doesn't work, the hardware buttons are a foolproof method.
1 parent a87f6e8 commit e821b94

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

internal_filesystem/builtin/system/button.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

internal_filesystem/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
# This will throw an exception if there is already a "/builtin" folder present
5050
print("main.py: WARNING: could not import/run freezefs_mount_builtin: ", e)
5151

52-
mpos.apps.execute_script("builtin/system/button.py", True) # Install button handler through IRQ
53-
5452
try:
5553
import mpos.wifi
5654
_thread.stack_size(mpos.apps.good_stack_size())

0 commit comments

Comments
 (0)