From 46f2332cbecaef27ce103d737dd271dc64b9d0ee 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 66894e931..1fb88de2c 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