idf_component_register(
    SRCS 
        "main.c"
        "control.c"
        "led.c"
        "rcsignal.c"
        "animation.c"
    INCLUDE_DIRS "."
    EMBED_FILES
        "../webapp/index.html"
        "../webapp/app/app.js"
        "../webapp/css/style.css"
        "../webapp/data/favicon.ico"
)
