From 8cb925a2dce728f84e8bab4fdec1b5d60361ee81 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Tue, 29 Apr 2025 13:05:49 +0200 Subject: [PATCH] Bumped the firmware version to 0.0.7 (James Bond Release ^^). --- src/W800_SDK_v1.00.10/app/firmware_version.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/W800_SDK_v1.00.10/app/firmware_version.h b/src/W800_SDK_v1.00.10/app/firmware_version.h index 3b1b668..e6e6de9 100644 --- a/src/W800_SDK_v1.00.10/app/firmware_version.h +++ b/src/W800_SDK_v1.00.10/app/firmware_version.h @@ -36,12 +36,22 @@ /** * @brief Reworked the altimeter app to display the time and date on the altitude screen, - * added a PMU related function to start the 32k OSC calibration routine. + * Added a PMU related function to start the 32k OSC calibration routine. * Added 'û' and 'Û' characters to the LVGL font. * Other minor changes. * */ -#define FIRMWARE_VERSION "0.0.6" +//#define FIRMWARE_VERSION "0.0.6" + +/** + * @brief Improved BLE start and stop handling (unidentified current leak of 1mA when BLE is turned off fixed) + * Added a 3 second timer to show the watch minute and hour hands again after the user decided to hide them. + * Reworked the settings screen : added a new sensor category displaying sensor data. + * Reworked the settings screen : removed displayed sensor data in the about section and added components versions. + * Other minor improvements : some i2c driver enhancement. + * + */ +#define FIRMWARE_VERSION "0.0.7" #define FIRMWARE_COMPILATION_TIME_DATE (__TIME__" "__DATE__)