Basic setup with hook and arduino for esp32

This commit is contained in:
Florian Hoss 2022-07-26 08:37:03 +02:00
parent 8c36882772
commit bb999311a7
9 changed files with 2812 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# This file was automatically generated for projects
# without default 'CMakeLists.txt' file.
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
idf_component_register(SRCS ${app_sources})