Merge branch 'frankie-dsm-fwrd-prg-enhancements' of https://github.com/frankiearzu/DIY-Multiprotocol-TX-Module into frankie-dsm-fwrd-prg-enhancements

This commit is contained in:
Frankie Arzu 2022-11-28 12:56:44 -06:00
commit 52cdf2dcc6
2 changed files with 0 additions and 3 deletions

View File

@ -33,8 +33,6 @@ else
dsmLib = assert(loadScript(DSMLIB_PATH.."DsmFwPrgLib.lua"),"Not-Found: DSMLIB/DsmFwPrgLib.lua")(DEBUG_ON) dsmLib = assert(loadScript(DSMLIB_PATH.."DsmFwPrgLib.lua"),"Not-Found: DSMLIB/DsmFwPrgLib.lua")(DEBUG_ON)
end end
local PHASE = dsmLib.PHASE local PHASE = dsmLib.PHASE
local LINE_TYPE = dsmLib.LINE_TYPE local LINE_TYPE = dsmLib.LINE_TYPE
local DISP_ATTR = dsmLib.DISP_ATTR local DISP_ATTR = dsmLib.DISP_ATTR

View File

@ -32,7 +32,6 @@ If you get `"Unable to Load menu lines"` when trying to navidate to a menu, coul
I ran into a case where trying to set Aux2 or Aux3 for flight mode, but the RX was correcting it to Aux1.. the RX only was allowing Gear or Aux1 (AR631/AR637). I ran into a case where trying to set Aux2 or Aux3 for flight mode, but the RX was correcting it to Aux1.. the RX only was allowing Gear or Aux1 (AR631/AR637).
This is because the RX don't know that we are using more than 6 channels. To make the RX aware that there are other channels, while edditing the channel, you have to toggle the switch to excersist the channel, and now the RX will recognize it. This is because the RX don't know that we are using more than 6 channels. To make the RX aware that there are other channels, while edditing the channel, you have to toggle the switch to excersist the channel, and now the RX will recognize it.
# Deployment # Deployment
/SCRIPTS/TOOLS/DsmFwdPrg_05_BW.lua -- black/white text only radios /SCRIPTS/TOOLS/DsmFwdPrg_05_BW.lua -- black/white text only radios