In component.mk i have:
Code: Select all
COMPONENT_EMBED_FILES := test.txt
https://docs.espressif.com/projects/esp ... irectories
I created a new directory in root named "WebSiteFiles" and placed the files in there.
the component.mk now looks like this.
Code: Select all
COMPONENT_SRCDIRS := WebsiteFiles
COMPONENT_EMBED_FILES := test.txt
make[1]: *** No rule to make target '/home/Mike/esp/Projects/spiffs/main/test.txt', needed by 'embed_bin/test.txt'. Stop.
Any ideas why?