From ba6a5a29c87a0e8c3ba68edecba7a7fc37ec6424 Mon Sep 17 00:00:00 2001 From: dizcza Date: Sun, 12 Apr 2026 10:24:12 +0300 Subject: [PATCH] CMake requires arduino-esp32 instead arduino --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 325e2cfd..150670cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,5 +2,5 @@ file(GLOB SOURCES src/*.cpp) idf_component_register( SRCS ${SOURCES} INCLUDE_DIRS src - REQUIRES arduino + REQUIRES arduino-esp32 )