mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 19:46:45 -04:00
Beep-on-packet support in Weather app (#2063)
This commit is contained in:
parent
746bf1c15f
commit
f1ebb1a6e3
4 changed files with 36 additions and 2 deletions
|
@ -126,6 +126,10 @@ class WeatherView : public View {
|
|||
{18 * 8, 0 * 16}};
|
||||
RSSI rssi{
|
||||
{21 * 8, 0, 6 * 8, 4}};
|
||||
|
||||
AudioVolumeField field_volume{
|
||||
{28 * 8, 0 * 16}};
|
||||
|
||||
RxFrequencyField field_frequency{
|
||||
{0 * 8, 0 * 16},
|
||||
nav_};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue