From 4c731c6cef5a3b8e0403982fe428b2eeebc61dd5 Mon Sep 17 00:00:00 2001 From: Beslan Date: Thu, 5 Jun 2025 17:05:08 +0300 Subject: [PATCH] 2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83f0c13..093736f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ idf_component_register( SRC_DIRS "src" INCLUDE_DIRS "src" - REQUIRES arduino + REQUIRES arduino-esp32 PRIV_REQUIRES driver soc )