mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-31 02:48:44 +00:00
boot.py, gitignore
This commit is contained in:
parent
c408e3f054
commit
16aa18cccc
2
core/.gitignore
vendored
2
core/.gitignore
vendored
@ -8,3 +8,5 @@ tests/trezor_monero_tests*
|
|||||||
.coverage.*
|
.coverage.*
|
||||||
htmlcov/
|
htmlcov/
|
||||||
mypy_report
|
mypy_report
|
||||||
|
/cmake-build-debug/
|
||||||
|
/CMakeLists.txt
|
||||||
|
@ -30,8 +30,8 @@ async def bootscreen() -> None:
|
|||||||
|
|
||||||
config.init(show_pin_timeout)
|
config.init(show_pin_timeout)
|
||||||
|
|
||||||
if __debug__ and not utils.EMULATOR:
|
# if __debug__ and not utils.EMULATOR:
|
||||||
config.wipe()
|
# config.wipe()
|
||||||
|
|
||||||
loop.schedule(bootscreen())
|
loop.schedule(bootscreen())
|
||||||
loop.run()
|
loop.run()
|
||||||
|
Loading…
Reference in New Issue
Block a user