/***************************************************************************************************/ 01-Nov-2024 Release Notes: 2.0.1 1. Major Update: Backlight Calibration Enhancement -The default backlight calibration value has been removed. The system now stores the calibrated backlight value, ensuring the backlight operates correctly based on the stored calibration. 2. Internal Update (Production Support): Calibration Failure Message Delay -A brief delay has been introduced to the "Cal-Fail" event message. This allows users enough time to view the message before the system reverts to the calibration state. 3. Minor Update: Button Press and Temperature Stability Improvements -Resolved issues where button presses were affecting the measured temperature. -Addressed temperature spikes occurring after calibration, ensuring stable temperature readings. -Fixed missing button press notifications. Now, the system correctly wakes up from sleep, measures data, and updates the LCD and updates BLE host based on the "Just Measured" flag status. 4. Minor Update: Improved Shutdown Speed -Optimized the shutdown sequence to enhance speed, allowing for faster system shutdown. /***************************************************************************************************/ 02-Feb-2024 Release Note for Thermapen ONE Blue 2.0.0 Summary The immediate ED Characteristics not showing up properly. Solution found: A new RX FIFO Buffer was implemented that can receive a continuous stream of data. (After Fixing Issue - 1) Push button not working. Solution: TX FIFO Buffer was also implemented to avoid data overwriting/buffer overflow during uncertain situations. This implementation fixed other anomalies observed as well e.g. changing of measurement interval setting, factory default/reset issues, etc. (After Fixing Issue - 1) strange characters in the display. Solution: A string read, and clear mechanism has been implemented instead of reading the string character by character. Keeping connected to ThermaQApp the App freezes. Solution: The Is_Sleep Pin interrupt flag has been cleared on every occasion of Tx buffer update, unlike clearing only at the Tx_Handel function.