3 lines
141 B
Python
3 lines
141 B
Python
Import("env")
|
|
env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS
|