Ver 2.0.2 업데이트

This commit is contained in:
2026-08-05 17:39:17 +09:00
parent 894306abdf
commit 4fe57b6ce9
+9 -1
View File
@@ -15,10 +15,18 @@
/*============================================================================== /*==============================================================================
* Firmware identification : Default values, can be overridden by NVS * Firmware identification : Default values, can be overridden by NVS
*============================================================================*/ *============================================================================*/
#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"
#define FIRMWARE_VERSION "VBTFW0202"
/*
* Firmware Version History
* Date | FW version | Image version | Description
* 2026-07-31 | VBTFW0200 | 2.0.0+0 | Initial release
* 2026-08-05 | VBTFW0201 | 2.0.1+0 | Added allowlist, fixed bond delete issue
* 2026-08-05 | VBTFW0202 | 2.0.2+0 | Added production command(mpd?)
*/
/*============================================================================== /*==============================================================================
* Data length constants * Data length constants