Skip to content

Commit 14309e1

Browse files
authored
Merge pull request #247 from dizcza/main
CMake requires arduino-esp32 to be compatible with idf component registry
2 parents edbe2ed + ba6a5a2 commit 14309e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ file(GLOB SOURCES src/*.cpp)
22
idf_component_register(
33
SRCS ${SOURCES}
44
INCLUDE_DIRS src
5-
REQUIRES arduino
5+
REQUIRES arduino-esp32
66
)

0 commit comments

Comments
 (0)