modified config and created enrolment service and device control service

This commit is contained in:
tdv
2025-10-09 15:11:54 +03:00
parent 490fc11f6a
commit 5af104acf5
10 changed files with 706 additions and 26 deletions

View File

@@ -32,6 +32,8 @@ set( HEADERS
src/Services/AudioStreamService.h
src/Services/AudioWriterService.h
src/Services/ConfigService.h
src/Services/DeviceControlService.h
src/Services/EnrollmentService.h
)
add_executable( ${PROJECT_NAME} ${SOURCES} ${HEADERS} )