mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
.
This commit is contained in:
@@ -80,7 +80,7 @@ class Loging : public IoTItem {
|
||||
auto dir = FileFS.openDir(directory);
|
||||
String oneSingleJson;
|
||||
int maxCount = 0;
|
||||
int i;
|
||||
int i = 0;
|
||||
|
||||
while (dir.next()) {
|
||||
String fname = dir.fileName();
|
||||
|
||||
Reference in New Issue
Block a user