Skip to content

Commit db41b16

Browse files
authored
Update crsf.lua
This will update the script to work with the changes here iNavFlight/inav#7108 The old mode names are also present to maintain backwards compatibility with earlier versions of iNav.
1 parent 8d06842 commit db41b16

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/iNav/crsf.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,12 @@ local function crsf(data)
9292
data.mode = 415
9393
elseif data.fm == "CRS" then
9494
data.mode = 8015
95+
elseif data.fm == "CRSH" then
96+
data.mode = 8015
9597
elseif data.fm == "3CRS" then
9698
data.mode = 8215
99+
elseif data.fm == "CRUZ" then
100+
data.mode = 8215
97101
elseif data.fm == "WP" then
98102
data.mode = 2015
99103
elseif data.fm == "RTH" then

0 commit comments

Comments
 (0)