Skip to content

Commit

Permalink
13.5 Fix SFM flash menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni committed Jul 5, 2024
1 parent c2c1f7a commit 15a2983
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cart_Reader/Cart_Reader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
This project represents a community-driven effort to provide
an easy to build and easy to modify cartridge dumper.
Date: 2024-06-30
Version: 13.4
Date: 2024-07-05
Version: 13.5
SD lib: https://github.com/greiman/SdFat
LCD lib: https://github.com/olikraus/u8g2
Expand Down
2 changes: 1 addition & 1 deletion Cart_Reader/OSCR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* String Constants
**/
// Firmware Version
constexpr char PROGMEM FSTRING_VERSION[] = "V13.4";
constexpr char PROGMEM FSTRING_VERSION[] = "V13.5";

// Universal
constexpr char PROGMEM FSTRING_RESET[] = "Reset";
Expand Down
2 changes: 1 addition & 1 deletion Cart_Reader/SFM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void sfmMenu() {
case 0:
sfmGameMenu();
break;
#ifdef CORE_SFM_FLASH
#ifdef ENABLE_FLASH
// Flash menu
case 1:
mode = CORE_SFM_FLASH;
Expand Down

0 comments on commit 15a2983

Please sign in to comment.