From 2153c2dd1099e90fd6b64087b02cd59f4b2c6614 Mon Sep 17 00:00:00 2001 From: Mark Thompson <129641948+NotherNgineer@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:28:42 -0600 Subject: [PATCH] ERT app - Fix freq field overlapping amp setting (#1689) --- firmware/application/apps/ert_app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/apps/ert_app.hpp b/firmware/application/apps/ert_app.hpp index cc306008..d8cbe098 100644 --- a/firmware/application/apps/ert_app.hpp +++ b/firmware/application/apps/ert_app.hpp @@ -146,7 +146,7 @@ class ERTAppView : public View { static constexpr auto header_height = 1 * 16; RxFrequencyField field_frequency{ - {5 * 8, 0 * 16}, + {0 * 8, 0 * 16}, nav_}; RFAmpField field_rf_amp{