Files
system-control/firmware/main/CMakeLists.txt
2025-09-11 10:39:12 +02:00

20 lines
367 B
CMake
Executable File

idf_component_register(SRCS
main.cpp
app_task.cpp
button_handling.c
i2c_checker.c
hal/u8g2_esp32_hal.c
INCLUDE_DIRS "."
PRIV_REQUIRES
insa
ble-manager
led-manager
persistence-manager
u8g2
nvs_flash
driver
esp_timer
esp_event
app_update
)