From cdbba634ab71ba61a40e0c0697192058fdd91dd7 Mon Sep 17 00:00:00 2001 From: ok-home Date: Sat, 23 Sep 2023 09:23:10 +0700 Subject: [PATCH] . --- .gitignore | 1 + main/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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