Skip to content

Commit

Permalink
Fix Numworks not recognizing calculator (#352)
Browse files Browse the repository at this point in the history
* Fix Numworks not recognizing calculator

* Fix issue also for scripts recovery
  • Loading branch information
Alerymin authored Dec 20, 2023
1 parent 52bc616 commit 5b87721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootloader/interface/static/messages.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class Messages {
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";

};
Expand Down

0 comments on commit 5b87721

Please sign in to comment.