firmware/testing/devtest/abort_ux.py
Peter D. Gray 0306226e83 fixes
2021-03-01 14:38:19 -05:00

14 lines
283 B
Python

# (c) Copyright 2020 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
# abort menu system and return to top menu
from glob import numpad
from pincodes import pa
pa.setup(pa.pin)
pa.login()
from actions import goto_top_menu
goto_top_menu()
numpad.abort_ux()