M harmony_changelog.md => harmony_changelog.md +2 -0
@@ 24,6 24,7 @@
* Fixed meditation countdown timer when a deep press is performed
* Fixed "turn off" window display time
* Fixed information about next alarm ring
+* Fixed uneven screen refresh when turning on the device
### Added
@@ 41,6 42,7 @@
* General improvement in Eink display and error handling
* Changed the "Turn off Harmony" popup display time to 10 seconds
* The default year has been updated to 2023
+* Hardware faults during device startup now result in shutdown and more user friendly message
## [2.0.0 2023-06-29]
M products/BellHybrid/BinaryAssetsVersions.cmake => products/BellHybrid/BinaryAssetsVersions.cmake +1 -1
@@ 1,7 1,7 @@
# This file sets versions of downloaded binaries for release packaging purposes
if( NOT DEFINED ECOBOOT_BIN_VERSION)
- set(ECOBOOT_BIN_VERSION 2.0.2 CACHE STRING "bootloader binary version to download from bootloader release page")
+ set(ECOBOOT_BIN_VERSION 2.0.4 CACHE STRING "bootloader binary version to download from bootloader release page")
endif()
if (NOT DEFINED RECOVERY_BIN_VERSION)