mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
added DVB-T/T2 scan, (NIT scan not supported)
This commit is contained in:
parent
4cbf48e276
commit
bb663f14c9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user