Unverified Commit dfe524b4 authored by Wolle's avatar Wolle Committed by GitHub

Merge pull request #554 from johnboiles/idf-support

Support for building as an IDF 4.4.4 component
parents 0a538233 77fd6a43
get_filename_component(dir ${CMAKE_CURRENT_LIST_FILE} PATH)
FILE(GLOB_RECURSE app_sources ${dir}/src/*.cpp)
idf_component_register(SRCS ${app_sources}
REQUIRES "ESP32-audioI2S"
INCLUDE_DIRS "src"
REQUIRES wear_levelling Arduino
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment