1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-24 15:38:22 +00:00

TEST: Compile for T3W1 as default

This commit is contained in:
tychovrahe 2023-06-27 10:29:18 +02:00 committed by Martin Milata
parent 475ebe349c
commit c0b8d3c0ff

View File

@ -25,8 +25,8 @@ PRODUCTION ?= 0
PYOPT ?= 1
BITCOIN_ONLY ?= 0
BOOTLOADER_QA ?= 0
BOOTLOADER_DEVEL ?= 0
TREZOR_MODEL ?= T
BOOTLOADER_DEVEL ?= 1
TREZOR_MODEL ?= T3W1
TREZOR_MEMPERF ?= 0
ADDRESS_SANITIZER ?= 0
CMAKELISTS ?= 0