You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried ~/esp32/esp-idf/components/mkspiffs-master $ git submodule update --init
I didn't notice anything happening, though. Next I ran make dist
~/esp32/esp-idf/components/mkspiffs-master $ make dist
got error message spiffs.h not found.
There is a subdirectory under mkspiffs-master called spiffs but it is empty. I searched for spiffs.h on my hard drive, and found the likely one in ~/esp32/esp-idf/components/spiffs/spiffs/src/spiffs.h along with several other files. I copied these 7 files into mkspiffs-master/spiffs/src. When I ran make dist, it looks like it worked.
The text was updated successfully, but these errors were encountered:
I tried ~/esp32/esp-idf/components/mkspiffs-master $ git submodule update --init
I didn't notice anything happening, though. Next I ran make dist
~/esp32/esp-idf/components/mkspiffs-master $ make dist
got error message spiffs.h not found.
There is a subdirectory under mkspiffs-master called spiffs but it is empty. I searched for spiffs.h on my hard drive, and found the likely one in ~/esp32/esp-idf/components/spiffs/spiffs/src/spiffs.h along with several other files. I copied these 7 files into mkspiffs-master/spiffs/src. When I ran make dist, it looks like it worked.
The text was updated successfully, but these errors were encountered: