Implement sound module to handle audio alerts

This commit is contained in:
2023-05-16 14:02:32 +01:00
parent f50525a2a6
commit 82334be492
7 changed files with 173 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES console_wrapper display settings time wifi
REQUIRES console_wrapper display settings sound time wifi
)