Fix wrong environment variable: MKSPIFFSTOOL. (#7537)

MKSPIFFSTOOL in PlatformIO has been changed to MKFSTOOL.
This commit is contained in:
loRe 2022-12-14 22:55:44 +08:00 committed by GitHub
parent 6b33cbb648
commit 5bc37a701b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
Import("env")
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