Added ESP-NOW task.
This commit is contained in:
parent
e12ee17973
commit
b998e37c3c
4 changed files with 222 additions and 0 deletions
15
components/ESP-NOW/CMakeLists.txt
Normal file
15
components/ESP-NOW/CMakeLists.txt
Normal 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"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue