We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8611a4e commit 5386cb2Copy full SHA for 5386cb2
main/src/os/core.c
@@ -59,5 +59,7 @@ void core_init(void)
59
60
user_event_group = xEventGroupCreate();
61
62
+#ifdef CONFIG_ENABLE_WAKEUP_KEY
63
audio_play_file(2);
64
+#endif
65
}
0 commit comments