求帮助,关于工程中components组件的问题
Posted: Mon Aug 12, 2019 2:44 am
请教各位,我最近刚刚学习esp32,关于component组件怎么使用遇到问题,我创建了一个project, 里面的main直接拷贝的idf里面的example/get_start/hello_world, 让我我在components里面创建了一个wifi文件夹,直接拷贝的example里面的wifi/getting_started/station/main的文件,然后在helloworld源文件里面调用wifi源文件的函数,来连接我自己的wifi,但是使用idf.py build的时候出现components/wifi/station_example_main.c:17:23: fatal error: nvs_flash.h: No such file or directory compilation terminated. wifi文件夹下面的CMakeLists.txt内容如下set(COMPONENT_SRCS "station_example_main.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component(), 请问怎么解决这个问题。
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component(), 请问怎么解决这个问题。