From d82049d866fb3c84326cce8624c666c59f51a15a Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Tue, 27 Jun 2023 10:29:18 +0200 Subject: [PATCH] TEST: Compile for T3W1 as default --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 66e3bb5a7..3ca230468 100644 --- a/core/Makefile +++ b/core/Makefile @@ -26,7 +26,7 @@ PYOPT ?= 1 BITCOIN_ONLY ?= 0 BOOTLOADER_QA ?= 0 BOOTLOADER_DEVEL ?= 0 -TREZOR_MODEL ?= T +TREZOR_MODEL ?= T3W1 TREZOR_MEMPERF ?= 0 ADDRESS_SANITIZER ?= 0 CMAKELISTS ?= 0