Fix that you could not get out of a selected directory. Refactor Touchscreen file handling.

This commit is contained in:
Knutwurst
2023-05-29 11:20:22 +02:00
parent 69efa3376a
commit 952e0db31e
2 changed files with 25 additions and 26 deletions

View File

@@ -332,8 +332,8 @@ void ResumePrint();
void ReheatNozzle();
void ParkAfterStop();
char currentTouchscreenSelection[30];
char currentFileOrDirectory[30];
char currentTouchscreenSelection[64];
char currentFileOrDirectory[64];
String flowRateBuffer;
String zOffsetBuffer;
uint16_t MyFileNrCnt = 0;