1
0
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:
f4exb
2019-04-21 00:07:47 +02:00
parent e98d983bff
commit fbd875003a
8 changed files with 4 additions and 39 deletions
@@ -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;