mirror of
https://github.com/MidnightBlueLabs/tetra-bluestation.git
synced 2026-03-29 05:09:51 +00:00
set pluto default args
This commit is contained in:
@@ -54,7 +54,9 @@ pub fn get_device_arguments(io_cfg: &SoapySdrIoCfg, mode: Mode) -> Vec<(String,
|
||||
// Additional device arguments for devices that need them
|
||||
match driver {
|
||||
"plutosdr" => {
|
||||
//&io_cfg.iocfg_pluto
|
||||
args.push(("direct".to_string(), "1".to_string()));
|
||||
args.push(("timestamp_every".to_string(), "1500".to_string()));
|
||||
//cfg = &io_cfg.iocfg_pluto
|
||||
},
|
||||
_ => { },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user