Now only compiles full EIP-712 support for capable devices

This commit is contained in:
Alexandre Paillier
2022-05-16 10:59:20 +02:00
parent b9820774ba
commit 2fa6379470
26 changed files with 109 additions and 6 deletions

View File

@@ -137,6 +137,11 @@ DEFINES += HAVE_NFT_TESTING_KEY
endif
endif
# EIP-712
ifneq ($(TARGET_NAME),TARGET_NANOS)
DEFINES += HAVE_EIP712_FULL_SUPPORT
endif
# Enabling debug PRINTF
DEBUG:=0
ifneq ($(DEBUG),0)