CmakeLists correct

This commit is contained in:
Nikola Kirov 2023-12-10 13:56:29 +02:00
parent 656dab6e6a
commit ab46429b3c
1 changed files with 0 additions and 1 deletions

View File

@ -5,5 +5,4 @@ set(req arduino ESPAsyncWebServer ArduinoJson)
idf_component_register(
INCLUDE_DIRS ${includedirs}
SRC_DIRS src
SRCS ${SOURCES}
REQUIRES ${req})