mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[bootloader] Fix exam mode with Epsilon 19 and add support for Epsilon 20 (#302)
* [bootloader] Fix exam mode on Epsilon 19 * [bootloader] Fix comment indentation * [bootloader] Restore comment indentation (even if GitHub tell that it isn't indented properly) * [bootloader] Turn tabulations into spaces * [bootloader] Mark Epsilon 19 as "safe to boot" * [bootloader] Fix Epsilon 20 boot * [bootloader] Chang version to 1.0.2
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
constexpr static const char * epsilonWarningTitle = "Epsilon Slot";
|
||||
|
||||
constexpr static const char * epsilonWarningMessage1 = "!! WARNING !! ";
|
||||
constexpr static const char * epsilonWarningMessage2 = "This version of epsilon";
|
||||
constexpr static const char * epsilonWarningMessage2 = "This version of Epsilon";
|
||||
constexpr static const char * epsilonWarningMessage3 = "can lock the calculator.";
|
||||
constexpr static const char * epsilonWarningMessage4 = "Proceed the boot ?";
|
||||
constexpr static const char * epsilonWarningMessage5 = "EXE - Yes";
|
||||
@@ -72,7 +72,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.0.1 - FREED0M.19";
|
||||
constexpr static const char * bootloaderVersion = "Version 1.0.2 - FREED0M.20";
|
||||
|
||||
//USB NAMES
|
||||
constexpr static const char * usbUpsilonBootloader = "Upsilon Bootloader";
|
||||
|
||||
Reference in New Issue
Block a user