Skip to content

Commit 523fa04

Browse files
authored
Merge pull request #164 from klutvott123/master
Fix for unable to update gyro lowpass.
2 parents 9fd9d53 + 9850f7d commit 523fa04

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/SCRIPTS/BF/HORUS/filters.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ return {
66
reboot = false,
77
title = "Filters",
88
minBytes = 18,
9+
outputBytes = 18,
910
text= {
1011
-- Column headers
1112
{ t = "Gy LP", x = 60, y = 68, to = SMLSIZE },

src/SCRIPTS/BF/X7/filters1.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ return {
66
reboot = false,
77
title = "Filt (1/2)",
88
minBytes = 18,
9+
outputBytes = 18,
910
text= {
1011
{ t = "LPF", x = 43, y = 14, to = SMLSIZE },
1112
{ t = "Gyro", x = 20, y = 24, to = SMLSIZE },

src/SCRIPTS/BF/X9/filters.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ return {
66
reboot = false,
77
title = "Filters",
88
minBytes = 18,
9+
outputBytes = 18,
910
text= {
1011
{ t = "LPF", x = 43, y = 14, to = SMLSIZE },
1112
{ t = "Gyro", x = 15, y = 24, to = SMLSIZE },

0 commit comments

Comments
 (0)