~aleteoryx/muditaos

6fa1ec7cfbebdd5192c5edb1672be6b52ba21173 — Lefucjusz 2 years ago f4bcc5c
[MOS-1011][MOS-1025] Bump Ecoboot version for Pure

Bumped Ecoboot version from 2.0.0 to 2.0.2.
2 files changed, 3 insertions(+), 2 deletions(-)

M products/PurePhone/BinaryAssetsVersions.cmake
M pure_changelog.md
M products/PurePhone/BinaryAssetsVersions.cmake => products/PurePhone/BinaryAssetsVersions.cmake +2 -2
@@ 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.0 CACHE STRING "bootloader binary version to download from bootloader release page")
if (NOT DEFINED ECOBOOT_BIN_VERSION)
    set(ECOBOOT_BIN_VERSION 2.0.2 CACHE STRING "bootloader binary version to download from bootloader release page")
endif()

if (NOT DEFINED RECOVERY_BIN_VERSION)

M pure_changelog.md => pure_changelog.md +1 -0
@@ 31,6 31,7 @@
* Fixed issues with file uploads with low disk space.
* Fixed data losing because switching tethering via tethering popup
* Fixed hard fault handling
* Fixed issue with uneven first screen redraw after turning the phone on

## [1.7.2 2023-07-28]