From 1ef23eb32a5bb69c548f97c4d1a9f1653bc78712 Mon Sep 17 00:00:00 2001 From: jhchun Date: Wed, 5 Aug 2026 13:58:32 +0900 Subject: [PATCH] =?UTF-8?q?Ver=202.0.1=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prj.conf | 4 ++-- src/main.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/prj.conf b/prj.conf index 05a16b2..3155dc9 100644 --- a/prj.conf +++ b/prj.conf @@ -124,8 +124,8 @@ CONFIG_BT_RX_STACK_SIZE=4096 CONFIG_BOOTLOADER_MCUBOOT=y # Enable zcbor library used by mcumgr/SMP/DFU CBOR payloads. CONFIG_ZCBOR=y -# Version string used by MCUboot imgtool signing and versioned DFU zip naming. -CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="0.0.0+0" +# Version string used by MCUboot imgtool signing and versioned DFU zip naming +CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.0.1+0" # Internal flash # Enable internal flash driver. diff --git a/src/main.h b/src/main.h index 77e326c..b2f6f8c 100644 --- a/src/main.h +++ b/src/main.h @@ -15,7 +15,7 @@ /*============================================================================== * Firmware identification : Default values, can be overridden by NVS *============================================================================*/ -#define FIRMWARE_VERSION "VBTFW0200" +#define FIRMWARE_VERSION "VBTFW0201" #define HARDWARE_VERSION "VB0HW0000" #define SERIAL_NUMBER "VBT260300ZZ" #define DEFAULT_PASSKEY "123456"