igrr / mkspiffs

Tool to build and unpack SPIFFS images
MIT License
186 stars 91 forks source link

Allow specifying alternate spiffs_config.h location #82

Open szekelyisz opened 3 years ago

szekelyisz commented 3 years ago

When you already have a spiffs_config.h in your project, it's more convenient to have mkspiffs use it than copying all your customizations into the build command. Typedefs can't even be changed that way, so this option is more flexible.