mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
Forgot to advance version number after fixing var index to type int a couple of weeks ago
This commit is contained in:
parent
874f4a659c
commit
1f2b9dcc4a
@ -2,8 +2,8 @@
|
||||
Cartridge Reader for Arduino Mega2560
|
||||
|
||||
Author: sanni
|
||||
Date: 27-09-2019
|
||||
Version: 4.0
|
||||
Date: 12.11.2019
|
||||
Version: 4.1
|
||||
|
||||
SD lib: https://github.com/greiman/SdFat
|
||||
LCD lib: https://github.com/adafruit/Adafruit_SSD1306
|
||||
@ -43,7 +43,7 @@
|
||||
**********************************************************************************/
|
||||
#include <SdFat.h>
|
||||
|
||||
char ver[5] = "4.0";
|
||||
char ver[5] = "4.1";
|
||||
|
||||
/******************************************
|
||||
Options
|
||||
|
Loading…
Reference in New Issue
Block a user