mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 21:54:27 -04:00
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:
parent
0db65ccb6b
commit
746bf1c15f
4 changed files with 31 additions and 1 deletions
|
@ -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},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue