Skip to content

Commit

Permalink
Merge pull request #1 from LedgerHQ/pending-review
Browse files Browse the repository at this point in the history
Pending review
  • Loading branch information
sgliner-ledger authored May 10, 2023
2 parents 457058f + 10cf0ac commit ea8ef05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ include $(BOLOS_SDK)/Makefile.defines

APP_LOAD_PARAMS = --curve secp256k1
ifeq ($(TARGET_NAME), TARGET_NANOX)
APP_LOAD_PARAMS=--appFlags 0x200 # APPLICATION_FLAG_BOLOS_SETTINGS
APP_LOAD_PARAMS += --appFlags 0x200 # APPLICATION_FLAG_BOLOS_SETTINGS
else
APP_LOAD_PARAMS=--appFlags 0x000
APP_LOAD_PARAMS += --appFlags 0x000
endif
APP_LOAD_PARAMS += --path "44'/3333'"
APP_LOAD_PARAMS += --path "44'/1'"
APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)

APP_LOAD_PARAMS += --tlvraw 9F:01

APPNAME = "Solar"
APPVERSION_M = 1
APPVERSION_N = 0
Expand Down

0 comments on commit ea8ef05

Please sign in to comment.