Add logger component (no op atm)

This commit is contained in:
2025-05-26 14:43:52 -04:00
parent 9d07aac671
commit eadd76f570
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "logger.cpp"
PRIV_REQUIRES
INCLUDE_DIRS "include")