~aleteoryx/muditaos

cfc39c952e0e64461d8b7da37f3b650c899d489e — Mateusz Szczesny 2 years ago 22d9134
[BH-1787][BH-1802] Bump Harmony Ecoboot version

Ecoboot version changed from 2.0.5 to 2.0.6.
2 files changed, 2 insertions(+), 1 deletions(-)

M harmony_changelog.md
M products/BellHybrid/BinaryAssetsVersions.cmake
M harmony_changelog.md => harmony_changelog.md +1 -0
@@ 4,6 4,7 @@

### Fixed
* Fixed frequency lock during user activity
* Fixed boot error screen text alignment

### Added
* Added notification when charger is connected

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.5 CACHE STRING "bootloader binary version to download from bootloader release page")
    set(ECOBOOT_BIN_VERSION 2.0.6 CACHE STRING "bootloader binary version to download from bootloader release page")
endif()

if (NOT DEFINED RECOVERY_BIN_VERSION)