file(GLOB COMPONENT_SRCS "about.cpp" "*.c")

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