Ver 2.0.1 업데이트

This commit is contained in:
2026-08-05 13:58:32 +09:00
parent 6753136ea1
commit 1ef23eb32a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ CONFIG_BT_RX_STACK_SIZE=4096
CONFIG_BOOTLOADER_MCUBOOT=y CONFIG_BOOTLOADER_MCUBOOT=y
# Enable zcbor library used by mcumgr/SMP/DFU CBOR payloads. # Enable zcbor library used by mcumgr/SMP/DFU CBOR payloads.
CONFIG_ZCBOR=y CONFIG_ZCBOR=y
# Version string used by MCUboot imgtool signing and versioned DFU zip naming. # Version string used by MCUboot imgtool signing and versioned DFU zip naming
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="0.0.0+0" CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="2.0.1+0"
# Internal flash # Internal flash
# Enable internal flash driver. # Enable internal flash driver.
+1 -1
View File
@@ -15,7 +15,7 @@
/*============================================================================== /*==============================================================================
* Firmware identification : Default values, can be overridden by NVS * Firmware identification : Default values, can be overridden by NVS
*============================================================================*/ *============================================================================*/
#define FIRMWARE_VERSION "VBTFW0200" #define FIRMWARE_VERSION "VBTFW0201"
#define HARDWARE_VERSION "VB0HW0000" #define HARDWARE_VERSION "VB0HW0000"
#define SERIAL_NUMBER "VBT260300ZZ" #define SERIAL_NUMBER "VBT260300ZZ"
#define DEFAULT_PASSKEY "123456" #define DEFAULT_PASSKEY "123456"