diff --git a/Lua_scripts/DSM FwdPrg.lua b/Lua_scripts/DSM FwdPrg.lua old mode 100644 new mode 100755 index 815a3e7..acbdb7a --- a/Lua_scripts/DSM FwdPrg.lua +++ b/Lua_scripts/DSM FwdPrg.lua @@ -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" @@ -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" @@ -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"