Skip to content

Commit ba6a5a2

Browse files
committed
CMake requires arduino-esp32 instead arduino
1 parent edbe2ed commit ba6a5a2

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)