Beep-on-packet support in Weather app (#2063)

This commit is contained in:
Mark Thompson 2024-03-29 15:29:50 -05:00 committed by GitHub
parent 746bf1c15f
commit f1ebb1a6e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 2 deletions

View file

@ -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_};