Skip to content

Commit

Permalink
Increase file name length limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni committed Aug 19, 2022
1 parent 90bbccd commit b8eb3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cart_Reader/Cart_Reader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ char menuOptions[7][20];
boolean ignoreError = 0;

// File browser
#define FILENAME_LENGTH 32
#define FILEPATH_LENGTH 64
#define FILENAME_LENGTH 100
#define FILEPATH_LENGTH 132
#define FILEOPTS_LENGTH 20

char fileName[FILENAME_LENGTH];
Expand Down

0 comments on commit b8eb3b2

Please sign in to comment.