Skip to content

Commit 8c669ea

Browse files
Updated several text fields (#651)
1 parent acd8379 commit 8c669ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Lua_scripts/DSM FwdPrg.lua

100644100755
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,9 @@ local function DSM_Init()
562562
--Lists--
563563
Text[0x002E]="11ms"
564564
Text[0x002F]="22ms"
565+
Text[0x0032]="1 X"
566+
Text[0x0033]="2 X"
567+
Text[0x0034]="4 X"
565568
Text[0x0035]="Inhibit?" --?
566569
Text[0x0036]="Throttle"
567570
Text[0x0037]="Aileron"
@@ -685,6 +688,8 @@ local function DSM_Init()
685688
Text[0x01EE]="Throttle to Pitch"
686689
Text[0x01EF]="Low Thr to Pitch"
687690
Text[0x01F0]="High Thr to Pitch"
691+
Text[0x01F3]="Threshold"
692+
Text[0x01F4]="Angle"
688693
Text[0x01F6]="Failsafe Angles"
689694
Text[0x01F8]="Safe Mode"
690695
Text[0x01F9]="SAFE Select"
@@ -729,8 +734,12 @@ local function DSM_Init()
729734
Text[0x024E]="Gains on"
730735
Text[0x024F]="were captured and changed"
731736
Text[0x0250]="from Adjustable to Fixed"
737+
Text[0x0254]="Postive = Up, Negative = Down"
732738
Text[0x0263]="Fixed/Adjustable Gains"
733739
Text[0x0266]="Heading Gain"
740+
Text[0x0267]="Positive = Nose Up/Roll Right"
741+
Text[0x0268]="Negative = Nose Down/Roll Left"
742+
Text[0x0269]="SAFE - Throttle to Pitch"
734743
Text[0x026A]="Use CAUTION for Yaw gain!"
735744
Text[0x8000]="FLIGHT MODE"
736745
Text[0x8001]="Flight Mode 1"

0 commit comments

Comments
 (0)