From 69c9713e48e67be9eac5eb498e46ae25795b7345 Mon Sep 17 00:00:00 2001 From: klutvott123 <41271048+klutvott123@users.noreply.github.com> Date: Mon, 27 Aug 2018 23:58:05 +0200 Subject: [PATCH 1/3] Update filters1.lua --- src/SCRIPTS/BF/X7/filters1.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SCRIPTS/BF/X7/filters1.lua b/src/SCRIPTS/BF/X7/filters1.lua index 8866008f..e8217137 100644 --- a/src/SCRIPTS/BF/X7/filters1.lua +++ b/src/SCRIPTS/BF/X7/filters1.lua @@ -6,6 +6,7 @@ return { reboot = false, title = "Filt (1/2)", minBytes = 18, + outputBytes = 18, text= { { t = "LPF", x = 43, y = 14, to = SMLSIZE }, { t = "Gyro", x = 20, y = 24, to = SMLSIZE }, From 6c1753545667cde50067d3903acb9ee7315e332b Mon Sep 17 00:00:00 2001 From: klutvott123 <41271048+klutvott123@users.noreply.github.com> Date: Tue, 28 Aug 2018 00:05:43 +0200 Subject: [PATCH 2/3] Update filters.lua --- src/SCRIPTS/BF/X9/filters.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SCRIPTS/BF/X9/filters.lua b/src/SCRIPTS/BF/X9/filters.lua index 758e47a9..5311ce24 100644 --- a/src/SCRIPTS/BF/X9/filters.lua +++ b/src/SCRIPTS/BF/X9/filters.lua @@ -6,6 +6,7 @@ return { reboot = false, title = "Filters", minBytes = 18, + outputBytes = 18, text= { { t = "LPF", x = 43, y = 14, to = SMLSIZE }, { t = "Gyro", x = 15, y = 24, to = SMLSIZE }, From 9850f7d0556df8c19a7cb2b3bb0fce5f591361b2 Mon Sep 17 00:00:00 2001 From: klutvott123 <41271048+klutvott123@users.noreply.github.com> Date: Tue, 28 Aug 2018 00:06:24 +0200 Subject: [PATCH 3/3] Update filters.lua --- src/SCRIPTS/BF/HORUS/filters.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SCRIPTS/BF/HORUS/filters.lua b/src/SCRIPTS/BF/HORUS/filters.lua index b1bf7bb8..603e781a 100644 --- a/src/SCRIPTS/BF/HORUS/filters.lua +++ b/src/SCRIPTS/BF/HORUS/filters.lua @@ -6,6 +6,7 @@ return { reboot = false, title = "Filters", minBytes = 18, + outputBytes = 18, text= { -- Column headers { t = "Gy LP", x = 60, y = 68, to = SMLSIZE },