fix(bt): declare esp_event as a private requirement

bt sources include esp_wifi_types.h via esp_blufi_api.h, which
transitively includes esp_event_base.h from the esp_event component.
This commit is contained in:
Sudeep Mohanty
2026-05-21 08:11:22 +02:00
parent 506cedf16c
commit 7e5588fd6a

View File

@@ -89,6 +89,7 @@ set(bt_priv_requires
esp_ringbuf
esp_gdbstub
esp_security
esp_event
)
idf_component_register(SRCS "${srcs}"