Beep-on-packet support in TPMS app (#2062)

* Beep-on-packet support in TPMS app
* audio::output::stop when exiting
This commit is contained in:
Mark Thompson 2024-03-29 15:28:27 -05:00 committed by GitHub
parent 0db65ccb6b
commit 746bf1c15f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 1 deletions

View file

@ -143,6 +143,9 @@ class TPMSAppView : public View {
{21 * 8, 0, 6 * 8, 4},
};
AudioVolumeField field_volume{
{28 * 8, 0 * 16}};
Channel channel{
{21 * 8, 5, 6 * 8, 4},
};