1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 06:50:58 +00:00

fixup! feat(core): introduce storage insecure mode

This commit is contained in:
matejcik 2024-11-28 11:33:04 +01:00
parent 745893f9e0
commit 1728f6411f
2 changed files with 0 additions and 4 deletions

View File

@ -887,9 +887,7 @@ else:
if STORAGE_INSECURE_TESTING_MODE: if STORAGE_INSECURE_TESTING_MODE:
INSECURE_TESTING_MODE_STR = """ INSECURE_TESTING_MODE_STR = """
######################################################### #########################################################
# #
# STORAGE_INSECURE_TESTING_MODE enabled, DO NOT USE # # STORAGE_INSECURE_TESTING_MODE enabled, DO NOT USE #
# #
######################################################### #########################################################
""" """
action_bin.append(INSECURE_TESTING_MODE_STR) action_bin.append(INSECURE_TESTING_MODE_STR)

View File

@ -423,9 +423,7 @@ action_bin=[
if STORAGE_INSECURE_TESTING_MODE: if STORAGE_INSECURE_TESTING_MODE:
INSECURE_TESTING_MODE_STR = """ INSECURE_TESTING_MODE_STR = """
######################################################### #########################################################
# #
# STORAGE_INSECURE_TESTING_MODE enabled, DO NOT USE # # STORAGE_INSECURE_TESTING_MODE enabled, DO NOT USE #
# #
######################################################### #########################################################
""" """
action_bin.append(INSECURE_TESTING_MODE_STR) action_bin.append(INSECURE_TESTING_MODE_STR)