Add Kyosho to the Lua channel namer exception list

This commit is contained in:
Pascal Langer
2020-07-22 18:18:35 +02:00
parent e1d4f9a270
commit 65186b4356
2 changed files with 2 additions and 2 deletions

View File

@@ -280,7 +280,7 @@ local function Multi_Init()
end
--Exceptions on first 4 channels...
if ( protocol == 74 and sub_protocol == 0 ) then -- RadioLink Surface
if ( protocol == 73 or (protocol == 74 and sub_protocol == 0) ) then -- Kyosho or RadioLink Surface
channel_names[1] = "ST"
channel_names[2] = "THR"
channel_names[3] = "CH3"