diff --git a/Makefile b/Makefile index 7aa0152..478e96b 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,8 @@ APPNAME = "Aptos" # Application version APPVERSION_M = 0 -APPVERSION_N = 6 -APPVERSION_P = 11 +APPVERSION_N = 7 +APPVERSION_P = 10 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files @@ -106,8 +106,11 @@ ENABLE_NBGL_QRCODE = 1 #ENABLE_NBGL_KEYPAD = 1 ######################################## -# Features disablers # +# Features enables # ######################################## +ENABLE_SWAP = 1 + + # These advanced settings allow to disable some feature that are by # default enabled in the SDK `Makefile.standard_app`. #DISABLE_STANDARD_APP_FILES = 1