feat: add state change events and callbacks (#798)

This commit is contained in:
laride
2025-07-18 01:35:31 +08:00
committed by GitHub
parent c68c959e9b
commit 5c8707075f
7 changed files with 109 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ set(SOURCES "audio_codecs/audio_codec.cc"
"ota.cc"
"settings.cc"
"background_task.cc"
"device_state_event.cc"
"main.cc"
)