From eb073461438b83f0f61389c903c84b5c8adf4408 Mon Sep 17 00:00:00 2001 From: sonictl Date: Thu, 19 May 2022 12:03:17 +0800 Subject: [PATCH] Update littlefsbuilder.py add a comment to make it clear, since platformIO still creating the `spiffs.bin` for filesystem image. The file name `spiffs.bin` is so much CONFUSING! it makes the user fill the LittleFS creating is fail. --- .../LittleFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/LittleFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py b/libraries/LittleFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py index 93937e29675..72a82348903 100644 --- a/libraries/LittleFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py +++ b/libraries/LittleFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py @@ -1,2 +1,2 @@ Import("env") -env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) \ No newline at end of file +env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS