Initial commit

This commit is contained in:
aerotech
2025-12-26 10:21:01 +03:00
commit 5a7cef6a92
13 changed files with 146 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
idf_build_get_property(project_dir PROJECT_DIR)
idf_component_register(SRCS "main.c" INCLUDE_DIRS "")

BIN
main/component.mk Normal file

Binary file not shown.

3
main/main.c Normal file
View File

@@ -0,0 +1,3 @@
void app_main(void)
{
}