We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b33cbb commit 5bc37a7Copy full SHA for 5bc37a7
libraries/LittleFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py
@@ -1,2 +1,2 @@
1
Import("env")
2
-env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS
+env.Replace( MKFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS
0 commit comments