diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-02-13 10:32:59 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-02-13 10:32:59 +1100 |
| commit | 15f3da0f8ca9b85125ac557aa15c222e50fc8c8a (patch) | |
| tree | 3f24a7429ed922781c22084c1dc0aeb319d96675 /src/system_fsm/booting.cpp | |
| parent | 26ae027d6721510e4b4a8107e95acc57efaaf2c6 (diff) | |
| parent | cb379f4bc3c51eacf80b786566ab3c2675191164 (diff) | |
| download | tangara-fw-15f3da0f8ca9b85125ac557aa15c222e50fc8c8a.tar.gz | |
Merge branch 'main' into scroll-sensitivity
Diffstat (limited to 'src/system_fsm/booting.cpp')
| -rw-r--r-- | src/system_fsm/booting.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index b166a02c..41f46df2 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -47,6 +47,7 @@ namespace states { static auto bt_event_cb(drivers::bluetooth::Event ev) -> void { events::Ui().Dispatch(BluetoothEvent{.event = ev}); + events::Audio().Dispatch(BluetoothEvent{.event = ev}); } static const TickType_t kInterruptCheckPeriod = pdMS_TO_TICKS(100); |
