Skip to content

Commit f6fcd7e

Browse files
goddadeHuman
authored andcommitted
Fix wrong environment variable: MKSPIFFSTOOL. (espressif#7537)
MKSPIFFSTOOL in PlatformIO has been changed to MKFSTOOL.
1 parent cb60e7e commit f6fcd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Import("env")
2-
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS
2+
env.Replace( MKFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS

0 commit comments

Comments
 (0)