BL v bump

This commit is contained in:
Peter D. Gray 2022-04-19 14:03:25 -04:00
parent 7965aee78b
commit 3796eb09cd
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -12,7 +12,7 @@ BOOTLOADER_BASE = 0x08000000
MK_NUM = 4
# This is release of the bootloader that will be built into the release firmware.
BOOTLOADER_VERSION = 3.1.3
BOOTLOADER_VERSION = 3.1.4
BOOTLOADER_DIR = mk4-bootloader
LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk4-*.dfu | head -1)