Skip to content

Commit

Permalink
Make a beep once goggles are up and running.
Browse files Browse the repository at this point in the history
  • Loading branch information
qvasic committed Feb 20, 2024
1 parent 7319f1a commit 8af4551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ int main(int argc, char *argv[]) {

// 10. Execute main loop
g_init_done = 1;
beep_dur(BEEP_SHORT);
for (;;) {
pthread_mutex_lock(&lvgl_mutex);
main_menu_update();
Expand Down

0 comments on commit 8af4551

Please sign in to comment.