Skip to content

Commit

Permalink
Add ESP-IDF files
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Dec 11, 2023
1 parent a444c6b commit 33d2312
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FILE(GLOB_RECURSE lib_sources "./src/impl/*.*")

idf_component_register(COMPONENT_NAME "esp_now_network"
SRCS ${lib_sources}
INCLUDE_DIRS "./src/"
REQUIRES mbedtls)
5 changes: 5 additions & 0 deletions idf_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: "0.3.4"
description: Arduino/ESP-IDF library for setting up a network of ESP NOW nodes
url: https://github.com/Johboh/EspNowNetwork
dependencies:
idf: ">=4.3"

0 comments on commit 33d2312

Please sign in to comment.