file(GLOB COMPONENT_SRCS "*.c")

idf_component_register(
        SRCS intro.cpp ${COMPONENT_SRCS}
        INCLUDE_DIRS "include"
        PRIV_REQUIRES diagnostics u8g2 u8g2-hal-esp-idf inputs esp_timer wifi screen inputs leds app_update esp_app_format virus
)
