clarify message

This commit is contained in:
Gered 2025-02-02 15:43:25 -05:00
parent a447776078
commit 337da365c0

View file

@ -562,7 +562,7 @@ void boot_screen() {
}
}
sprintf(message, "\nPress \e[93mSPACE\e[37m for default.\n");
sprintf(message, "\nPress \e[93mSPACE\e[37m to boot from default source.\n");
chan_write(0, (uint8_t *)message, strlen(message));
// Give the user time to press a key to select a boot source