Bumped the firmware version to 0.0.7 (James Bond Release ^^).

This commit is contained in:
anschrammh 2025-04-29 13:05:49 +02:00
parent 204c2442e1
commit 8cb925a2dc

View File

@ -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__)