Update Cart_Reader.ino

This commit is contained in:
sanni 2022-10-09 11:23:42 +02:00
parent 1769d2f273
commit be9e384783

View File

@ -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: 08.10.2022 Date: 09.10.2022
Version: 10.1 Version: 10.2
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
@ -56,7 +56,7 @@
**********************************************************************************/ **********************************************************************************/
char ver[5] = "10.1"; char ver[5] = "10.2";
//****************************************** //******************************************
// !!! CHOOSE HARDWARE VERSION !!! // !!! CHOOSE HARDWARE VERSION !!!