mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
Add blue bar to subghzd+weather (#2724)
This commit is contained in:
parent
f90d3fabce
commit
47f231ad63
4 changed files with 8 additions and 0 deletions
|
@ -129,6 +129,9 @@ class SubGhzDView : public View {
|
|||
{18 * 8, 0 * 16}};
|
||||
RSSI rssi{
|
||||
{21 * 8, 0, 6 * 8, 4}};
|
||||
Channel channel{
|
||||
{21 * 8, 5, 6 * 8, 4},
|
||||
};
|
||||
RxFrequencyField field_frequency{
|
||||
{0 * 8, 0 * 16},
|
||||
nav_};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue