Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit a3a29e3

Browse files
authored
Merge pull request #33 from Zondax/fix/splus-appflags
fix splus appflag
2 parents 67b1ba4 + b1d393a commit a3a29e3

14 files changed

Lines changed: 84 additions & 514 deletions

File tree

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ OUTPUT_INSTALLER:= $(CURDIR)/pkg/installer_x.sh
114114
endif
115115

116116
ifeq ($(TARGET_NAME),TARGET_NANOS2)
117-
APP_LOAD_PARAMS += --appFlags 0x200
117+
APP_LOAD_PARAMS += --appFlags 0x000
118118
SCRIPT_LD:=$(CURDIR)/script_s2.ld
119119
ICONNAME:=$(CURDIR)/nanox_icon.gif
120120
OUTPUT_ELF ?= $(CURDIR)/output/app_s2.elf

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ APPVERSION_M=1
33
# This is the `spec_version` field of `Runtime`
44
APPVERSION_N=46
55
# This is the patch version of this release
6-
APPVERSION_P=6
6+
APPVERSION_P=7

0 commit comments

Comments
 (0)