mirror of
https://github.com/sanni/cartreader.git
synced 2025-02-25 17:13:34 +01:00
Up version number
This commit is contained in:
parent
8514cce604
commit
8dcb841109
@ -4,8 +4,8 @@
|
|||||||
This project represents a community-driven effort to provide
|
This project represents a community-driven effort to provide
|
||||||
an easy to build and easy to modify cartridge dumper.
|
an easy to build and easy to modify cartridge dumper.
|
||||||
|
|
||||||
Date: 02.11.2022
|
Date: 12.11.2022
|
||||||
Version: 11.2
|
Version: 11.3
|
||||||
|
|
||||||
SD lib: https://github.com/greiman/SdFat
|
SD lib: https://github.com/greiman/SdFat
|
||||||
LCD lib: https://github.com/olikraus/u8g2
|
LCD lib: https://github.com/olikraus/u8g2
|
||||||
@ -57,13 +57,13 @@
|
|||||||
|
|
||||||
**********************************************************************************/
|
**********************************************************************************/
|
||||||
|
|
||||||
char ver[5] = "11.2";
|
char ver[5] = "11.3";
|
||||||
|
|
||||||
//******************************************
|
//******************************************
|
||||||
// !!! CHOOSE HARDWARE VERSION !!!
|
// !!! CHOOSE HARDWARE VERSION !!!
|
||||||
//******************************************
|
//******************************************
|
||||||
// Remove // in front of the line with your hardware version
|
// Remove // in front of the line with your hardware version
|
||||||
#define HW5
|
// #define HW5
|
||||||
// #define HW4
|
// #define HW4
|
||||||
// #define HW3
|
// #define HW3
|
||||||
// #define HW2
|
// #define HW2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user