From fd76eeef46d24b8981c08bebb5505f8f0c1ac0bc Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 3 Aug 2023 09:57:31 +0200 Subject: [PATCH 1/2] QR code source path is now used explicitly --- makefiles/Makefile.platform | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/Makefile.platform b/makefiles/Makefile.platform index a9da324..d2061ae 100644 --- a/makefiles/Makefile.platform +++ b/makefiles/Makefile.platform @@ -42,6 +42,7 @@ else ifeq ($(TARGET_NAME),TARGET_STAX) # Stax DEFINES += IO_SEPROXYHAL_BUFFER_SIZE_B=300 DEFINES += NBGL_QRCODE + SDK_SOURCE_PATH += qrcode # Required by SDK DEFINES += UNUSED\(x\)=\(void\)x From 31c44a739e9bdad55f82f4e85048d7928bc19b3b Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Thu, 3 Aug 2023 10:37:17 +0200 Subject: [PATCH 2/2] bump version --- include/zxversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zxversion.h b/include/zxversion.h index 1bdf96d..7ebec1e 100644 --- a/include/zxversion.h +++ b/include/zxversion.h @@ -17,4 +17,4 @@ #define ZXLIB_MAJOR 19 #define ZXLIB_MINOR 7 -#define ZXLIB_PATCH 0 +#define ZXLIB_PATCH 1