diff --git a/doc/calculator.xlsx b/doc/calculator.xlsx index edff5c8e..4009f34f 100644 Binary files a/doc/calculator.xlsx and b/doc/calculator.xlsx differ diff --git a/platformio.ini b/platformio.ini index f5848391..10f8c1f8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -55,6 +55,7 @@ board_build.filesystem = littlefs [env:esp8266] framework = arduino board = nodemcuv2 +board_build.ldscript = eagle.flash.4m1m.ld platform = https://github.com/platformio/platform-espressif8266.git lib_deps = ${common_env_data.lib_deps_external} diff --git a/src/FileSystem.cpp b/src/FileSystem.cpp index 9a658f70..2345f088 100644 --- a/src/FileSystem.cpp +++ b/src/FileSystem.cpp @@ -3,10 +3,10 @@ void getFSInfo() { // Информация о ФС - size_t totalBytes; // всего - size_t usedBytes; // использовано - size_t maxOpenFiles; // лимит на открые файлы - size_t maxPathLength; // лимит на полное пути + имя файла + //size_t totalBytes; // всего + //size_t usedBytes; // использовано + //size_t maxOpenFiles; // лимит на открые файлы + //size_t maxPathLength; // лимит на полное пути + имя файла FSInfo buf; getInfo(buf);