mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Update Kraken.h
For some reason vector devices doesn't work. It has to be an array (same issue with HackRF)
This commit is contained in:
parent
7ea991a548
commit
a2c383841b
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ class Kraken : public Source
|
|||
private:
|
||||
|
||||
/// @brief Individual RTL-SDR devices.
|
||||
rtlsdr_dev_t* devs[2];
|
||||
|
||||
rtlsdr_dev_t* devs[5];
|
||||
|
||||
/// @brief Device indices for Kraken.
|
||||
std::vector<int> channelIndex;
|
||||
|
|
Loading…
Reference in a new issue