This commit is contained in:
Peter D. Gray 2024-01-29 13:37:22 -05:00
parent 6d978f2a94
commit b161e9a0e1
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -13,7 +13,7 @@ HW_MODEL = q1
PARENT_MKFILE = Q1-Makefile
# This is release of the bootloader that will be built into the release firmware.
BOOTLOADER_VERSION = 1.0.0
BOOTLOADER_VERSION = 1.0.1
BOOTLOADER_DIR = q1-bootloader
LATEST_RELEASE = $(shell ls -t1 ../releases/*-q1-*.dfu | head -1)