[bootloader] Mark Epsilon 24.4.0 as safe

This commit is contained in:
Yaya-Cout
2025-09-07 16:52:21 +02:00
parent 818e4d281f
commit 768bd52d46
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ void Boot::bootSlot(Bootloader::Slot s) {
if (!s.userlandHeader()->isOmega() && !s.userlandHeader()->isUpsilon()) {
// We are trying to boot epsilon, so we check the version and show a warning if needed
const char * version = s.userlandHeader()->version();
const char * min = "24.0.2";
const char * min = "24.4.1";
int versionSum = Utility::versionSum(version, strlen(version));
int minimalVersionTrigger = Utility::versionSum(min, strlen(min));
if (versionSum >= minimalVersionTrigger) {

View File

@@ -81,7 +81,7 @@ public:
constexpr static const char * aboutMessage4 = "and select the OS";
constexpr static const char * aboutMessage5 = "to boot.";
constexpr static const char * bootloaderVersion = "Version 1.1.0 - RECOVER";
constexpr static const char * bootloaderVersion = "Version 1.1.1 - RECOVER.24.4";
//USB NAMES
constexpr static const char * usbUpsilonBootloader = "NumWorks Calculator";