mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
254 fixed bug of items list
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user