From d32d70dc0d581fb7265275004245f6ff9a7919cd Mon Sep 17 00:00:00 2001 From: sonictl Date: Fri, 27 May 2022 17:37:39 +0800 Subject: [PATCH] Update littlefsbuilder.py (#6774) 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 93937e29..72a82348 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