added idf.py support
This commit is contained in:
parent
f7bff30a01
commit
f31aa3261e
|
|
@ -0,0 +1,5 @@
|
|||
idf_component_register(
|
||||
SRC_DIRS "src"
|
||||
INCLUDE_DIRS "." "src"
|
||||
REQUIRES arduino-esp32
|
||||
)
|
||||
Loading…
Reference in New Issue