Initial Commit

This commit is contained in:
suchmememanyskill
2023-11-11 21:44:23 +01:00
commit 20e1cdbc46
19 changed files with 3844 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})