Added ESP-NOW task.

This commit is contained in:
Joe Kearney 2025-12-13 10:25:17 -06:00
parent e12ee17973
commit b998e37c3c
4 changed files with 222 additions and 0 deletions

View file

@ -0,0 +1,15 @@
idf_component_register(
SRCS
"ESP-NOW.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"esp_wifi"
"nvs_flash"
"esp_netif"
"esp_event"
"esp_system"
"freertos"
"NVM"
)