mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
Beep-on-packet support in AIS app (#2064)
* Beep-on-packet support in AIS app
This commit is contained in:
parent
76017c91a9
commit
6e5eadd25c
4 changed files with 33 additions and 3 deletions
|
@ -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},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue