mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 07:02:26 -04:00
ERT app - Fix freq field overlapping amp setting (#1689)
This commit is contained in:
parent
a7393c3492
commit
2153c2dd10
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class ERTAppView : public View {
|
||||||
static constexpr auto header_height = 1 * 16;
|
static constexpr auto header_height = 1 * 16;
|
||||||
|
|
||||||
RxFrequencyField field_frequency{
|
RxFrequencyField field_frequency{
|
||||||
{5 * 8, 0 * 16},
|
{0 * 8, 0 * 16},
|
||||||
nav_};
|
nav_};
|
||||||
|
|
||||||
RFAmpField field_rf_amp{
|
RFAmpField field_rf_amp{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue