From 83c0050bf4ae11a83540959a2f3261bf26119371 Mon Sep 17 00:00:00 2001 From: jhchun Date: Mon, 15 Jun 2026 11:53:01 +0900 Subject: [PATCH] FW Ver history --- project/ble_peripheral/ble_app_bladder_patch/main.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project/ble_peripheral/ble_app_bladder_patch/main.h b/project/ble_peripheral/ble_app_bladder_patch/main.h index 666211b..d478c3e 100644 --- a/project/ble_peripheral/ble_app_bladder_patch/main.h +++ b/project/ble_peripheral/ble_app_bladder_patch/main.h @@ -45,6 +45,9 @@ * : rim: packet format and FIFO sample cap/filter options (app_raw). * - VBTFW0116 260522 jhChun : Expanded BLE TX pending slots from 1 → 8 to reduce ADC data packet loss when the TX queue is full * - VBTFW0117 260527 jhChun : Prevent battery/temperature safety checks from powering off piezo during MAA capture, and lock BLE PHY to 1M. +* - 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. ------------------------------------------------------------------------- */ #define FIRMWARE_VERSION "VBTFW0118"