diff --git a/Makefile b/Makefile index 92a2af77..dd2b649f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ APPVERSION_M = 1 APPVERSION_N = 0 -APPVERSION_P = 5 +APPVERSION_P = 6 NANOS_ID = 1 WORDS = "abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about" diff --git a/MakefileLocal.mk b/MakefileLocal.mk index 0e8cf43a..a00d8ad6 100644 --- a/MakefileLocal.mk +++ b/MakefileLocal.mk @@ -52,10 +52,6 @@ DEFINES += HAVE_BAGL HAVE_SPRINTF HAVE_SNPRINTF_FORMAT_U DEFINES += APPVERSION=\"$(APPVERSION)\" DEFINES += MAJOR_VERSION=$(APPVERSION_M) MINOR_VERSION=$(APPVERSION_N) PATCH_VERSION=$(APPVERSION_P) -# Ledger: add the "Pending security review" disclaimer -APP_LOAD_PARAMS += --tlvraw 9F:01 -DEFINES += HAVE_PENDING_REVIEW_SCREEN - ## USB HID? DEFINES += HAVE_IO_USB HAVE_L4_USBLIB IO_USB_MAX_ENDPOINTS=4 IO_HID_EP_LENGTH=64 HAVE_USB_APDU