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
|
Params = Params .. " --msys="..v
|
||||||
elseif p == "sr" then
|
elseif p == "sr" then
|
||||||
Params = Params .. " --sr="..v
|
Params = Params .. " --sr="..v
|
||||||
|
elseif p == "bw" then
|
||||||
|
Params = Params .. " --bw="..v
|
||||||
|
elseif p == "plp" then
|
||||||
|
Params = Params .. " --plp="..v
|
||||||
elseif p == "mtype" then
|
elseif p == "mtype" then
|
||||||
Params = Params .. " --mtype="..v
|
Params = Params .. " --mtype="..v
|
||||||
end
|
end
|
||||||
|
@ -189,6 +189,10 @@ if tl.SourceList then
|
|||||||
Params = Params .. " --msys="..v
|
Params = Params .. " --msys="..v
|
||||||
elseif p == "sr" then
|
elseif p == "sr" then
|
||||||
Params = Params .. " --sr="..v
|
Params = Params .. " --sr="..v
|
||||||
|
elseif p == "bw" then
|
||||||
|
Params = Params .. " --bw="..v
|
||||||
|
elseif p == "plp" then
|
||||||
|
Params = Params .. " --plp="..v
|
||||||
elseif p == "mtype" then
|
elseif p == "mtype" then
|
||||||
Params = Params .. " --mtype="..v
|
Params = Params .. " --mtype="..v
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user