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:
sdn-ninja 2024-06-12 23:13:12 +01:00 committed by GitHub
parent 7ea991a548
commit a2c383841b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;