Commit b1252114 authored by Massive's avatar Massive

X300 now uses 2x10Gbit ethernet

parent d459b33e
......@@ -720,7 +720,7 @@ extern "C" {
uhd::device_addrs_t device_adds = uhd::device::find(args);
if(device_adds.size() == 0) {
args += ",addr=192.168.30.2";
args += ",addr=192.168.30.2,second_addr=192.168.40.2";
uhd::device_addrs_t device_adds = uhd::device::find(args);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment