254 fixed bug of items list

This commit is contained in:
Dmitry Borisenko
2020-10-10 12:04:40 +03:00
parent 65456398ac
commit 5b6128ca21
4 changed files with 8 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ void loopCmdAdd(const String &cmdStr) {
}
void fileCmdExecute(const String &filename) {
String cmdStr = readFile(filename, 2048);
String cmdStr = readFile(filename, 4096);
csvCmdExecute(cmdStr);
}