diff --git a/Lua_scripts/DSM FwdPrg.lua b/Lua_scripts/DSM FwdPrg.lua index c756634..ce659e0 100644 --- a/Lua_scripts/DSM FwdPrg.lua +++ b/Lua_scripts/DSM FwdPrg.lua @@ -466,21 +466,44 @@ local function DSM_Init() Text[0x0038]="Elevator" Text[0x0039]="Rudder" Text[0x003A]="Gear" + + --****** + --This part is strange since the AR637T needs for i=1,7 do -- 3B..41 Text[0x003A+i]="Aux"..i end for i=1,8 do -- 41..49 Text[0x0041+i]="XPlus-"..i end + --But FOTO-PETE reports that it should be: + Text[0x0040]="Roll" + Text[0x0041]="Pitch" + Text[0x0042]="Yaw" + Text[0x0046]="Priority" + --****** + Text[0x004A]="Failsafe" Text[0x004B]="Main Menu" Text[0x004E]="Position" Text[0x0050]="Outputs" + Text[0x0051]="Output Channel 1" + Text[0x0052]="Output Channel 2" + Text[0x0053]="Output Channel 3" + Text[0x0054]="Output Channel 4" + Text[0x0055]="Output Channel 5" + Text[0x0056]="Output Channel 6" --Text[0x005E]="Inhibit" Text[0x005F]="Hold Last" Text[0x0060]="Preset" --Text[0x0061]="Custom" --Messages-- + Text[0x0078]="FM Channel" + Text[0x0080]="Orientation" + Text[0x0085]="Frame Rate" + Text[0x0086]="System Setup" + Text[0x0087]="F-Mode Setup" + Text[0x0088]="Enabled F-Modes" + Text[0x008A]="Gain Sensitivity" Text[0x0090]="Apply" Text[0x0093]="Complete" Text[0x0094]="Done" @@ -488,28 +511,44 @@ local function DSM_Init() Text[0x009A]="Capture Failsafe Positions" Text[0x009C]="Custom Failsafe" Text[0x00A5]="First Time Setup" + Text[0x00AD]="Gain Channel Select" + Text[0x00B6]="FM1" + Text[0x00B7]="FM2" + Text[0x00B8]="FM3" + Text[0x00B9]="FM4" + Text[0x00BA]="FM5" + Text[0x00BB]="FM6" + Text[0x00BC]="FM7" + Text[0x00BD]="FM8" + Text[0x00BE]="FM9" + Text[0x00BF]="FM10" Text[0x00F9]="Gyro settings" + Text[0x00FE]="Stick Priority" Text[0x0100]="Make sure the model has been" Text[0x0101]="configured, including wing type," Text[0x0102]="reversing, travel, trimmed, etc." Text[0x0103]="before continuing setup." - Text[0x0104]="" - Text[0x0105]="" + Text[0x0104]="0104" + Text[0x0105]="0105" Text[0x0106]="Any wing type, channel assignment," Text[0x0107]="subtrim, or servo reversing changes" Text[0x0108]="require running through initial" Text[0x0109]="setup again." - Text[0x010A]="" - Text[0x010B]="" - + Text[0x010A]="010A" + Text[0x010B]="010B" + Text[0x0190]="Relearn Servo Settings" Text[0x019C]="Enter Receiver Bind Mode" + Text[0x01DC]="AS3X" + Text[0x01DD]="AS3X Settings" + Text[0x01DE]="AS3X Gains" + Text[0x01E0]="Rate Gains" Text[0x020A]="Restore from Backup" Text[0x0209]="Save to Backup" - + Text[0x020D]="First Time SAFE Setup" Text[0x021A]="Set the model level," - Text[0x021B]="and press Continue." - Text[0x021C]="" - Text[0x021D]="" + Text[0x021B]="and press Continue." + Text[0x021C]="021C" + Text[0x021D]="021D" Text[0x021F]="Set the model on its nose," Text[0x0220]="and press Continue. If the" @@ -525,17 +564,22 @@ local function DSM_Init() Text[0x022D]="configuration to factory" Text[0x022E]="defaults. This does not" Text[0x022F]="affect the backup config." - Text[0x0230]="" + Text[0x0230]="0230" Text[0x0231]="This will overwrite the" Text[0x0232]="backup memory with your" Text[0x0233]="current configuartion." - Text[0x0234]="" - Text[0x0235]="" + Text[0x0234]="0234" + Text[0x0235]="0235" Text[0x0236]="This will overwrite the" Text[0x0237]="current config with" Text[0x0238]="that which is in" Text[0x0239]="the backup memory." - Text[0x023A]="" + Text[0x023A]="023A" + Text[0x023D]="Copy Flight Mode Settings" + Text[0x0240]="Utilities" + Text[0x8001]="Flight Mode 1" + Text[0x8002]="Flight Mode 2" + Text[0x8003]="Flight Mode 3" end -- Main