From 6dce4ad2c75278c48983aa0d671dde58046c203d Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 3 Dec 2015 16:26:17 +0100 Subject: [PATCH] Support for V5 bootloader --- src/VehicleSetup/Bootloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VehicleSetup/Bootloader.h b/src/VehicleSetup/Bootloader.h index dce4c85be..c5eefbb14 100644 --- a/src/VehicleSetup/Bootloader.h +++ b/src/VehicleSetup/Bootloader.h @@ -129,7 +129,7 @@ private: INFO_BL_REV = 1, ///< bootloader protocol revision BL_REV_MIN = 2, ///< Minimum supported bootlader protocol - BL_REV_MAX = 4, ///< Maximum supported bootloader protocol + BL_REV_MAX = 5, ///< Maximum supported bootloader protocol INFO_BOARD_ID = 2, ///< board type INFO_BOARD_REV = 3, ///< board revision INFO_FLASH_SIZE = 4, ///< max firmware size in bytes -- 2.22.0