~aleteoryx/muditaos

747de071cfc8ef320f485b0988458ea583303309 — Mateusz Szczesny 2 years ago 1f9e63e
[BH-1753][BH-1754] Bump Ecoboot version for Harmony

Bumped Ecoboot version for Harmony from 2.0.2 to 2.0.4.
2 files changed, 3 insertions(+), 1 deletions(-)

M harmony_changelog.md
M products/BellHybrid/BinaryAssetsVersions.cmake
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)