Compare commits

..

2 Commits

Author SHA1 Message Date
9990dfb2ba install: shortend finish delay to 1,5 seconds
All checks were successful
Build / Build (push) Successful in 13s
2026-06-04 22:02:22 +02:00
c7ad761592 Added NiklasCFW Pack 1.6.2 Marker 2026-06-04 21:52:52 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -128,5 +128,6 @@ static const char* old_version_files_to_delete[] = {
"sd:/1.5.0",
"sd:/1.6.0",
"sd:/1.6.1",
"sd:/1.6.2",
NULL
};

View File

@@ -651,7 +651,7 @@ void ipl_main(void) {
int result = perform_installation(pack_variant, mode);
// Wait 3 seconds before clearing screen to allow errors to be visible
msleep(3000);
msleep(1500);
// take_screenshot(); // Take a screenshot of the installation summary
// Clear screen for final summary to ensure it's visible