Skip to content

Commit

Permalink
Merge pull request #1 from Zondax/dev
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
TamtamHero committed Jan 13, 2021
2 parents 859be37 + 20a8a1f commit 5e6a719
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif

APPVERSION_M=0
APPVERSION_N=10
APPVERSION_P=3
APPVERSION_P=4

$(info COIN = [$(COIN)])
ifeq ($(COIN),STX)
Expand Down Expand Up @@ -128,7 +128,7 @@ SDK_SOURCE_PATH += lib_blewbxx lib_blewbxx_impl
else
# Assume Nano S
DEFINES += IO_SEPROXYHAL_BUFFER_SIZE_B=128
DEFINES += HAVE_BOLOS_UX COMPLIANCE_UX_160 HAVE_UX_LEGACY
DEFINES += COMPLIANCE_UX_160 HAVE_UX_LEGACY
endif

# X specific
Expand Down
Binary file modified app/glyphs/icon_app.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/nanos_icon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/nanox_icon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/coin_standard.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typedef enum {
#define VIEW_ADDRESS_LAST_PAGE_DEFAULT 255

#define MENU_MAIN_APP_LINE1 "Stacks"
#define MENU_MAIN_APP_LINE2 "DO NOT USE!"
#define MENU_MAIN_APP_LINE2 "Ready"
#define APPVERSION_LINE1 "Stacks"
#define APPVERSION_LINE2 ("v" APPVERSION)

Expand Down

0 comments on commit 5e6a719

Please sign in to comment.