Initial commit

This commit is contained in:
Tony
2026-04-29 18:53:26 +08:00
commit f4756ce816
45 changed files with 14318 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
idf_component_register(
SRCS "app_main.cpp"
REQUIRES gateway_core gateway_runtime
)
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)