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]