mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05:00
ERT app - Fix freq field overlapping amp setting (#1689)
This commit is contained in:
parent
a7393c3492
commit
2153c2dd10
@ -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…
Reference in New Issue
Block a user