added DVB-T/T2 scan, (NIT scan not supported)

This commit is contained in:
mvoelkel 2019-08-11 00:53:25 +02:00
parent 4cbf48e276
commit bb663f14c9
2 changed files with 8 additions and 0 deletions

View File

@ -97,6 +97,10 @@ else
Params = Params .. " --msys="..v
elseif p == "sr" then
Params = Params .. " --sr="..v
elseif p == "bw" then
Params = Params .. " --bw="..v
elseif p == "plp" then
Params = Params .. " --plp="..v
elseif p == "mtype" then
Params = Params .. " --mtype="..v
end

View File

@ -189,6 +189,10 @@ if tl.SourceList then
Params = Params .. " --msys="..v
elseif p == "sr" then
Params = Params .. " --sr="..v
elseif p == "bw" then
Params = Params .. " --bw="..v
elseif p == "plp" then
Params = Params .. " --plp="..v
elseif p == "mtype" then
Params = Params .. " --mtype="..v
end