1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 15:28:10 +00:00

chore(tests): upgrade T2B1 to T3B1 for UI master-comparison

This commit is contained in:
matejcik 2024-09-02 14:58:00 +02:00 committed by matejcik
parent d21af2a47f
commit c31819b53f

View File

@ -31,7 +31,8 @@ if not MASTER_CACHE_DIR.exists():
LEGACY_MODEL_NAMES = {
"T1": "T1B1",
"TT": "T2T1",
"TR": "T2B1",
"TR": "T3B1",
"T2B1": "T3B1",
}