Fix Numworks not recognizing calculator (#352)

* Fix Numworks not recognizing calculator

* Fix issue also for scripts recovery
This commit is contained in:
Rathmox
2023-12-20 07:38:39 +01:00
committed by GitHub
parent 52bc616cd2
commit 5b87721f6e

View File

@@ -75,8 +75,8 @@ public:
constexpr static const char * bootloaderVersion = "Version 1.0.8 - FREED0M.21.3";
//USB NAMES
constexpr static const char * usbUpsilonBootloader = "Upsilon Bootloader";
constexpr static const char * usbUpsilonRecovery = "Upsilon Recovery";
constexpr static const char * usbUpsilonBootloader = "NumWorks Calculator";
constexpr static const char * usbUpsilonRecovery = "NumWorks Calculator";
constexpr static const char * usbBootloaderUpdate = "Bootloader Update";
};