Remove unecessary include_dirs

This commit is contained in:
franchioping 2026-03-18 15:45:27 +00:00
parent f31aa3261e
commit 3df2e79d86
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
idf_component_register( idf_component_register(
SRC_DIRS "src" SRC_DIRS "src"
INCLUDE_DIRS "." "src" INCLUDE_DIRS "src"
REQUIRES arduino-esp32 REQUIRES arduino-esp32
) )