diff --git a/Lua_scripts/DSMLIB/DsmFwPrgLib.lua b/Lua_scripts/DSMLIB/DsmFwPrgLib.lua index 1b77d35..7d9b907 100644 --- a/Lua_scripts/DSMLIB/DsmFwPrgLib.lua +++ b/Lua_scripts/DSMLIB/DsmFwPrgLib.lua @@ -1557,6 +1557,7 @@ local function DSM_Init_Text(rxId) Text[0x00C8] = "Complete" -- FC6250HX calibration complete Text[0x00CA] = "SAFE/Panic Mode Setup" Text[0x00CD] = "Level model and capture attitude/m"; -- Different from List_Text , and force it to be a menu button + if LCD_W <= 128 then -- Override for small screens Text[0x00CD] = "Level model, cap attitude/m"; -- Different from List_Text , and force it to be a menu button end diff --git a/Protocols_Details.md b/Protocols_Details.md index fd74844..3608aee 100644 --- a/Protocols_Details.md +++ b/Protocols_Details.md @@ -1783,7 +1783,7 @@ Option field | Value 3|The module will control the brick number RX_num, RX_num+1 and RX_num+2 4|The module will control the brick number RX_num, RX_num+1, RX_num+2 and RX_num+3 -To associate a brick to a RX number (RX_num above), set this RX number under the protocol, set option to 1, launch a bind and power on the brick you want to control. Repeat this for every brick using a different RX number each time and then indicate the number of bricks to be comtrolled using the Option field. +To associate a brick to a RX number (RX_num above), set this RX number under the protocol, set option to 1, launch a bind and power on the brick you want to control. Repeat this for every brick using a different RX number each time and then indicate the number of bricks to be controlled using the Option field. Example: I want to control 2 bricks. I select RX number 1, set option to 1 and launch a bind on the first brick. I select RX number 2, set option to 1 and launch a bind on the second brick. Now to control both bricks I set RX number to 1 and option to 2. Therefore brick1 will react to channels CH1 to CH4 and brick2 to channel CH5 to CH8. On another model I can control 4 other bricks, bind each brick to RX number 3 to 6 and then finaly set RX number to 3 and option to 4 to contol the 4 bricks with CH1 to CH16.