From bda2f845537853d4e144062413a2c4faf6a23bbe Mon Sep 17 00:00:00 2001 From: sanni Date: Tue, 19 Sep 2017 17:34:41 +0200 Subject: [PATCH] V28F: Update version number after merge --- Cart_Reader/Cart_Reader.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index d2daddb..98cf047 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -2,8 +2,8 @@ Cartridge Reader for Arduino Mega2560 Author: sanni - Date: 2017-09-18 - Version: V28E + Date: 2017-09-19 + Version: V28F SD lib: https://github.com/greiman/SdFat LCD lib: https://github.com/adafruit/Adafruit_SSD1306 @@ -34,7 +34,7 @@ YamaArashi - GBA flashrom bank switch command **********************************************************************************/ -char ver[5] = "V28E"; +char ver[5] = "V28F"; /****************************************** Define Output @@ -47,7 +47,7 @@ char ver[5] = "V28E"; Define Input ******************************************/ // If you are using the old version with only one button add // in front of the next line -// #define enable_Button2 +#define enable_Button2 /****************************************** Define SD Speed