mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-27 15:04:15 +01:00
Increase file name length limit
This commit is contained in:
parent
90bbccd959
commit
b8eb3b231f
@ -365,8 +365,8 @@ char menuOptions[7][20];
|
|||||||
boolean ignoreError = 0;
|
boolean ignoreError = 0;
|
||||||
|
|
||||||
// File browser
|
// File browser
|
||||||
#define FILENAME_LENGTH 32
|
#define FILENAME_LENGTH 100
|
||||||
#define FILEPATH_LENGTH 64
|
#define FILEPATH_LENGTH 132
|
||||||
#define FILEOPTS_LENGTH 20
|
#define FILEOPTS_LENGTH 20
|
||||||
|
|
||||||
char fileName[FILENAME_LENGTH];
|
char fileName[FILENAME_LENGTH];
|
||||||
|
Loading…
Reference in New Issue
Block a user