rfspace: Wait 10 ms before sending queries to device.

This is necessary to esatablish a working connection to the RFSpace
CloudIQ. Without this delay the radio will not be ready and we never
receive any response to the queries and the radio will close the
connection after 5 seconds.
This commit is contained in:
Alexandru Csete 2016-10-01 12:57:17 +02:00 committed by Dimitri Stolnikov
parent 2a2236cc9e
commit 0dc8154f08
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ rfspace_source_c::rfspace_source_c (const std::string &args)
}
/* request & print device information */
usleep(10000);
std::vector< unsigned char > response;