From 00d923680af7112e3376341c1de60b4b50142a79 Mon Sep 17 00:00:00 2001 From: ElectroNick Date: Sun, 5 Nov 2023 16:02:10 -0500 Subject: [PATCH] minor change to allow compile --- components/rotary_encoder/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rotary_encoder/CMakeLists.txt b/components/rotary_encoder/CMakeLists.txt index e8dde67e..f593ea68 100755 --- a/components/rotary_encoder/CMakeLists.txt +++ b/components/rotary_encoder/CMakeLists.txt @@ -4,4 +4,4 @@ idf_component_register(SRCS "${component_srcs}" INCLUDE_DIRS "include" "${CMAKE_SOURCE_DIR}/main" PRIV_INCLUDE_DIRS "" PRIV_REQUIRES "driver" - REQUIRES "ble") \ No newline at end of file + REQUIRES "ble" "keys") \ No newline at end of file