Beep-on-packet support in AIS app (#2064)

* Beep-on-packet support in AIS app
This commit is contained in:
Mark Thompson
2024-03-29 16:08:32 -05:00
committed by GitHub
parent 76017c91a9
commit 6e5eadd25c
4 changed files with 33 additions and 3 deletions

View File

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