mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-01 15:37:57 +00:00
Add blue bar (Channel) to sonde app.
This commit is contained in:
@@ -54,6 +54,7 @@ SondeView::SondeView(NavigationView& nav)
|
||||
&field_lna,
|
||||
&field_vga,
|
||||
&rssi,
|
||||
&channel,
|
||||
&field_volume,
|
||||
&check_log,
|
||||
&check_crc,
|
||||
|
||||
@@ -118,6 +118,9 @@ class SondeView : public View {
|
||||
|
||||
RSSI rssi{
|
||||
{21 * 8, 0, 6 * 8, 4}};
|
||||
Channel channel{
|
||||
{21 * 8, 5, 6 * 8, 4},
|
||||
};
|
||||
|
||||
AudioVolumeField field_volume{
|
||||
{screen_width - 2 * 8, 0 * 16}};
|
||||
|
||||
Reference in New Issue
Block a user