pinebuds/apps/main
Haxk20 851fb95dcb anc: Fix enable/disable from slave bud
Switching ANC on or off from master bud has always worked
since we could just straight up enable it and no command had to be
sent.

When switching from slave bud we had to send the command to enable
or disable it via app_anc_key. Issue is the handling of this request
is from app_anc_cmd_receive_process which is not called without
APP_ANC being defined.

This commit cleans up the way ANC is enabled and also fixes slave
bud ANC switching by implementing the actual code path :)
2024-02-07 12:04:14 +11:00
..
Makefile add base work success 2022-08-16 09:30:33 +08:00
app_status_ind.h add first commit 2022-08-15 17:20:27 +08:00
apps.cpp cleanup headers 2023-02-05 18:54:25 +11:00
apps.h Split out LED control + key handler 2023-02-05 18:27:13 +11:00
apps_tester.cpp Formatting 2023-02-02 07:56:49 +11:00
common_apps_imports.h Split out LED control + key handler 2023-02-05 18:27:13 +11:00
gfps.cpp gfps 2023-02-05 18:50:13 +11:00
ibrt.cpp Split out LED control + key handler 2023-02-05 18:27:13 +11:00
ibrt.h cleanup headers 2023-02-05 18:54:25 +11:00
key_handler.cpp anc: Fix enable/disable from slave bud 2024-02-07 12:04:14 +11:00
key_handler.h cleanup headers 2023-02-05 18:54:25 +11:00
led_control.cpp Split out LED control + key handler 2023-02-05 18:27:13 +11:00
led_control.h cleanup headers 2023-02-05 18:54:25 +11:00
lhdc.cpp Split out LED control + key handler 2023-02-05 18:27:13 +11:00
rb_codec.cpp rb_codec 2023-02-05 18:50:55 +11:00
rb_codec.h cleanup headers 2023-02-05 18:54:25 +11:00