Skip to content

Commit dd6c4ff

Browse files
committed
DROP: do not wipe the device on debug firmware
[no changelog]
1 parent d1afdc5 commit dd6c4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/boot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ async def bootscreen() -> None:
115115
config.init(show_pin_timeout)
116116
translations.init()
117117

118-
if __debug__ and not utils.EMULATOR:
119-
config.wipe()
118+
# if __debug__ and not utils.EMULATOR:
119+
# config.wipe()
120120

121121
loop.schedule(bootscreen())
122122
loop.run()

0 commit comments

Comments
 (0)