From 1fa0d8b30bac008db97fd345351d65719dd8ea16 Mon Sep 17 00:00:00 2001 From: jhchun Date: Mon, 20 Apr 2026 14:23:19 +0900 Subject: [PATCH] =?UTF-8?q?FW=20=EB=B2=84=EC=A0=84=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/ble_peripheral/ble_app_bladder_patch/main.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/project/ble_peripheral/ble_app_bladder_patch/main.h b/project/ble_peripheral/ble_app_bladder_patch/main.h index dcd3d2f..97e672d 100644 --- a/project/ble_peripheral/ble_app_bladder_patch/main.h +++ b/project/ble_peripheral/ble_app_bladder_patch/main.h @@ -31,8 +31,13 @@ * Firmware Version Update History * - VBTFW0101 : Merged reb+red packets (single packet per channel), 260330 jhChun * - VBTFW0102 : Added LED state command (msl) and re-pairing support, 260331 jhChun +* - VBTFW0103 260416 jhChun +* : Stabilized ADC measurement by clearing buffers before sampling. +* : Improved low-battery detection and automatic power-off handling. +* : Updated BLE security, bonding, and advertising timeout behavior. +* : Cleaned up command parsing and removed unused project files. ------------------------------------------------------------------------- */ -#define FIRMWARE_VERSION "VBTFW0102" +#define FIRMWARE_VERSION "VBTFW0103" /*============================================================================== * Data Length Constants