Rahgir Arefin Rafi

Results 4 comments of Rahgir Arefin Rafi

I worked around it by writing my project inside the example directory. The projects are building perfectly from there. I assume it has something to do with the CMake.

@RickerStem I created my project inside the example directory of this repository (along with other example projects) and I didn't face the problem anymore. I noticed that example projects provided...

@RickerStem . Try replacing the CMakeLists.txt file with these codes. `file(GLOB_RECURSE SRC_FILES "${CMAKE_CURRENT_LIST_DIR}/*.c" "${CMAKE_CURRENT_LIST_DIR}/*.cpp") idf_component_register(SRCS ${SRC_FILES} INCLUDE_DIRS "include")`

> @rahgirrafi Thank you for the suggestion, didn't get it to work. Sorry to hear that. I can offer to arrange a meeting to take a look into your project...