Skip to content

Commit

Permalink
Fix QR in show address (#169)
Browse files Browse the repository at this point in the history
* fix show qr

* bump version
  • Loading branch information
abenso authored Feb 3, 2025
1 parent e427ef1 commit f7842c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/zxversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

#define ZXLIB_MAJOR 32
#define ZXLIB_MINOR 1
#define ZXLIB_PATCH 0
#define ZXLIB_PATCH 1
6 changes: 6 additions & 0 deletions makefiles/Makefile.platform
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ ifeq ($(CLANGPATH),)
$(info CLANGPATH is not set: clang will be used from PATH)
endif

ifeq ($(TARGET_NAME),$(filter $(TARGET_NAME),TARGET_STAX TARGET_FLEX))
# Stax and Flex
DEFINES += NBGL_QRCODE
SDK_SOURCE_PATH += qrcode
endif

ifeq ($(GCCPATH),)
$(info GCCPATH is not set: arm-none-eabi-* will be used from PATH)
endif
Expand Down

0 comments on commit f7842c4

Please sign in to comment.