idf_component_register(
        SRCS "ota.cpp"
        INCLUDE_DIRS "include"
        REQUIRES esp_https_ota esp_partition esp_app_format app_update freertos wifi screen config mbedtls
        EMBED_TXTFILES ota_server.pem
)
