From 50e8ec963f8bb57cf01f554dc6f295a3f15006e6 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Wed, 29 Jul 2026 21:21:09 +0200 Subject: [PATCH] Dependency cleanup --- Devices/lilygo-tlora-pager/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Devices/lilygo-tlora-pager/CMakeLists.txt b/Devices/lilygo-tlora-pager/CMakeLists.txt index 4ec49859d..09a2fdee3 100644 --- a/Devices/lilygo-tlora-pager/CMakeLists.txt +++ b/Devices/lilygo-tlora-pager/CMakeLists.txt @@ -3,5 +3,5 @@ file(GLOB_RECURSE SOURCE_FILES source/*.c*) idf_component_register( SRCS ${SOURCE_FILES} INCLUDE_DIRS "source" - REQUIRES Tactility driver esp_adc platform-esp32 lilygo-module + REQUIRES TactilityKernel )