From 262dcc426b18d31b0062d9749e9aa9daba40a6c3 Mon Sep 17 00:00:00 2001 From: Brian Alano <39705360+GreenEllipsis@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:28:14 -0400 Subject: [PATCH] added REQUIRES arduino added REQUIRES arduino to compile more better --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60f7668..ccb9ebc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ idf_component_register( SRCS DFRobot_RGBLCD1602.cpp LiquidCrystal_I2C.cpp INCLUDE_DIRS . - REQUIRES driver -) \ No newline at end of file + REQUIRES driver arduino +)