aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/rfspace/rfspace_source_c.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/rfspace/rfspace_source_c.cc b/lib/rfspace/rfspace_source_c.cc
index 74708c6..80f34df 100644
--- a/lib/rfspace/rfspace_source_c.cc
+++ b/lib/rfspace/rfspace_source_c.cc
@@ -343,8 +343,10 @@ rfspace_source_c::rfspace_source_c (const std::string &args)
}
+ /* Wait 10 ms before sending queries to device (required for networked radios). */
+ boost::this_thread::sleep_for(boost::chrono::milliseconds(10));
+
/* request & print device information */
- usleep(10000);
std::vector< unsigned char > response;