From 6eeda68de65154b2a8b17a4c811ebea1b6812f50 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 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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..fb5c72c 100644 --- a/src/W800_SDK_v1.00.10/app/firmware_version.h +++ b/src/W800_SDK_v1.00.10/app/firmware_version.h @@ -36,13 +36,23 @@ /** * @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" +/** + * @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__)