Compare commits
2 Commits
59f103874c
...
9990dfb2ba
| Author | SHA1 | Date | |
|---|---|---|---|
| 9990dfb2ba | |||
| c7ad761592 |
@@ -128,5 +128,6 @@ static const char* old_version_files_to_delete[] = {
|
|||||||
"sd:/1.5.0",
|
"sd:/1.5.0",
|
||||||
"sd:/1.6.0",
|
"sd:/1.6.0",
|
||||||
"sd:/1.6.1",
|
"sd:/1.6.1",
|
||||||
|
"sd:/1.6.2",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -651,7 +651,7 @@ void ipl_main(void) {
|
|||||||
int result = perform_installation(pack_variant, mode);
|
int result = perform_installation(pack_variant, mode);
|
||||||
|
|
||||||
// Wait 3 seconds before clearing screen to allow errors to be visible
|
// 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
|
// take_screenshot(); // Take a screenshot of the installation summary
|
||||||
|
|
||||||
// Clear screen for final summary to ensure it's visible
|
// Clear screen for final summary to ensure it's visible
|
||||||
|
|||||||
Reference in New Issue
Block a user