Skip to content

Commit

Permalink
Updated several text fields (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCarothers authored Jan 9, 2022
1 parent acd8379 commit 8c669ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Lua_scripts/DSM FwdPrg.lua
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ local function DSM_Init()
--Lists--
Text[0x002E]="11ms"
Text[0x002F]="22ms"
Text[0x0032]="1 X"
Text[0x0033]="2 X"
Text[0x0034]="4 X"
Text[0x0035]="Inhibit?" --?
Text[0x0036]="Throttle"
Text[0x0037]="Aileron"
Expand Down Expand Up @@ -685,6 +688,8 @@ local function DSM_Init()
Text[0x01EE]="Throttle to Pitch"
Text[0x01EF]="Low Thr to Pitch"
Text[0x01F0]="High Thr to Pitch"
Text[0x01F3]="Threshold"
Text[0x01F4]="Angle"
Text[0x01F6]="Failsafe Angles"
Text[0x01F8]="Safe Mode"
Text[0x01F9]="SAFE Select"
Expand Down Expand Up @@ -729,8 +734,12 @@ local function DSM_Init()
Text[0x024E]="Gains on"
Text[0x024F]="were captured and changed"
Text[0x0250]="from Adjustable to Fixed"
Text[0x0254]="Postive = Up, Negative = Down"
Text[0x0263]="Fixed/Adjustable Gains"
Text[0x0266]="Heading Gain"
Text[0x0267]="Positive = Nose Up/Roll Right"
Text[0x0268]="Negative = Nose Down/Roll Left"
Text[0x0269]="SAFE - Throttle to Pitch"
Text[0x026A]="Use CAUTION for Yaw gain!"
Text[0x8000]="FLIGHT MODE"
Text[0x8001]="Flight Mode 1"
Expand Down

0 comments on commit 8c669ea

Please sign in to comment.