## Zacus scenario_mesh — ESP-NOW transport for Runtime 3 IR hot-load.
##
## Tasks 4 & 5 of docs/specs/2026-05-24-firmware-scenario-hotload.md: chunk the
## IR JSON into <=240-byte ESP-NOW frames, send sequentially with per-frame
## ack, and reassemble on the receive side keyed by sender+total before
## invoking the same _scenario_apply() path as the HTTP handler.

idf_component_register(
    SRCS
        "scenario_mesh.c"
    INCLUDE_DIRS
        "include"
    REQUIRES
        esp_wifi
        freertos
        log
)
