mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-15 01:15:06 +01:00
parent
c2c1f7a0ba
commit
15a2983539
@ -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
|
||||
|
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user