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.
This commit is contained in:
sonictl
2022-05-27 17:37:39 +08:00
committed by GitHub
parent 6b93a6c21e
commit d32d70dc0d

View File

@ -1,2 +1,2 @@
Import("env")
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' )
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS