Dependency cleanup

This commit is contained in:
Ken Van Hoeylandt 2026-07-29 21:21:09 +02:00
parent 6595734492
commit 50e8ec963f

View File

@ -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
)