firmware/testing/devtest/abort_ux.py
2020-11-18 14:19:14 -05:00

13 lines
263 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 main import pa, numpad
pa.setup(pa.pin)
pa.login()
from actions import goto_top_menu
goto_top_menu()
numpad.abort_ux()