mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
Revert "LimeSDR: change antenna labels for Lime Mini"
This reverts commit aefb1b7f3f.
This commit is contained in:
@@ -251,12 +251,10 @@ public:
|
||||
void getSRRange(float& minF, float& maxF) const;
|
||||
void getLPRange(float& minF, float& maxF) const;
|
||||
uint32_t getHWLog2Decim() const;
|
||||
DeviceLimeSDRParams::LimeType getLimeType() const { return m_limeType; }
|
||||
|
||||
private:
|
||||
DeviceSourceAPI *m_deviceAPI;
|
||||
QMutex m_mutex;
|
||||
DeviceLimeSDRParams::LimeType m_limeType;
|
||||
LimeSDRInputSettings m_settings;
|
||||
LimeSDRInputThread* m_limeSDRInputThread;
|
||||
QString m_deviceDescription;
|
||||
|
||||
Reference in New Issue
Block a user