From 25befa26b165620bdf70eb3322d5006f726e51bf Mon Sep 17 00:00:00 2001 From: jhchun Date: Mon, 15 Jun 2026 15:40:10 +0900 Subject: [PATCH] =?UTF-8?q?Ver120=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8:?= =?UTF-8?q?=20EMC=20=EB=8C=80=EB=B9=84?= 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, 5 insertions(+), 2 deletions(-) diff --git a/project/ble_peripheral/ble_app_bladder_patch/main.h b/project/ble_peripheral/ble_app_bladder_patch/main.h index 45bc039..7be5a8f 100644 --- a/project/ble_peripheral/ble_app_bladder_patch/main.h +++ b/project/ble_peripheral/ble_app_bladder_patch/main.h @@ -48,9 +48,12 @@ * - VBTFW0118 260601 jhChun * : Added channel information(2B) to the ADC raw data response packet (reb:). * : Replaced TMP235 temperature with IMU register direct-read temperature in the rbb: response. -* - VBTFW0119 260615 jhChun : Replaced all TMP235 temperature paths with IMU register direct-read temperature and removed legacy TMP235 build references. +* - VBTFW0119 260615 jhChun +* : Replaced all TMP235 temperature paths with IMU register direct-read temperature and removed legacy TMP235 build references. +* : Unify both IMU direct-read and FIFO outputs as raw data in datasheet axis convention. +* - VBTFW0120 260615 jhChun : Add EMC mitigation logic for BLE link stability: extended supervision timeout and dynamic TX power control based on RSSI, RSSI silence, HVN latency, and TX queue congestion. ------------------------------------------------------------------------- */ -#define FIRMWARE_VERSION "VBTFW0119" +#define FIRMWARE_VERSION "VBTFW0120" /*============================================================================== * Data Length Constants