[FL-2556] Update complete screen (#1332)
* Desktop: slideshow implementation * Updater: handling splashscreen installation; added format version field to slideshow binary * Desktop: added bidirectional slideshow navigation + instant cancel by "back" button; Updater: rebalanced update stages weights * Updater: fixed missing field init; fixed potential loop when baking slideshows * Assets: fixed "update complete" image to match original * Desktop: added check for slideshow file version * Scripts: slideshow.py cleanup * Desktop: removed first start intro sequence * Desktop: removed first start remnants
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,6 +2,7 @@ PROJECT_ROOT := $(abspath $(dir $(abspath $(firstword $(MAKEFILE_LIST)))))
|
||||
|
||||
include $(PROJECT_ROOT)/make/git.mk
|
||||
include $(PROJECT_ROOT)/assets/copro.mk
|
||||
include $(PROJECT_ROOT)/assets/splash.mk
|
||||
|
||||
PROJECT_SOURCE_DIRECTORIES := \
|
||||
$(PROJECT_ROOT)/applications \
|
||||
@@ -103,7 +104,8 @@ updater_package: firmware_all updater assets_manifest
|
||||
--radio $(COPRO_STACK_BIN_PATH) \
|
||||
--radiotype $(COPRO_STACK_TYPE) \
|
||||
$(COPRO_DISCLAIMER) \
|
||||
--obdata $(PROJECT_ROOT)/scripts/$(COPRO_OB_DATA)
|
||||
--obdata $(PROJECT_ROOT)/scripts/$(COPRO_OB_DATA) \
|
||||
--splash $(UPDATER_SPLASH_DIR)
|
||||
|
||||
.PHONY: assets_manifest
|
||||
assets_manifest:
|
||||
|
Reference in New Issue
Block a user