igrr / mkspiffs

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

error when trying to make the project #42

Closed ef1986 closed 6 years ago

ef1986 commented 6 years ago

Dear Mr. Grokhotkov,

When I tried to make this project, I got an error saying that the file “spiffs.h” could not be found. I can I use the one contained in the ESP-IDF?

Best regards

igrr commented 6 years ago

Perhaps you cloned without the submodule? Try doing git submodule update --init to pull SPIFFS submodule.

ef1986 commented 6 years ago

Thanks for the hint! That did the trick!

Am 08.03.2018 um 03:57 schrieb Ivan Grokhotkov notifications@github.com:

Perhaps you cloned without the submodule? Try doing git submodule update --init to pull SPIFFS submodule.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.