diff --git a/.gitignore b/.gitignore index a5047cf..f0fa0ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/ .devcontainer/ +build/ diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index f9f957a..eae7473 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -2,7 +2,7 @@ idf_component_register( SRCS - "simple_ota_example.c" + INCLUDE_DIRS "." EMBED_FILES