mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	LimeSDR: do not perform calibration in some cases
This commit is contained in:
		
							parent
							
								
									140d12138a
								
							
						
					
					
						commit
						a538fadb0c
					
				| @ -541,7 +541,7 @@ bool LimeSDROutput::applySettings(const LimeSDROutputSettings& settings, bool fo | |||||||
|             } |             } | ||||||
|             else |             else | ||||||
|             { |             { | ||||||
|                 doCalibration = true; |                 //doCalibration = true;
 | ||||||
|                 qDebug() << "LimeSDROutput::applySettings: Gain set to " << m_settings.m_gain; |                 qDebug() << "LimeSDROutput::applySettings: Gain set to " << m_settings.m_gain; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
| @ -659,7 +659,7 @@ bool LimeSDROutput::applySettings(const LimeSDROutputSettings& settings, bool fo | |||||||
|                     m_settings.m_ncoEnable, |                     m_settings.m_ncoEnable, | ||||||
|                     m_settings.m_ncoFrequency)) |                     m_settings.m_ncoFrequency)) | ||||||
|             { |             { | ||||||
|                 doCalibration = true; |                 //doCalibration = true;
 | ||||||
|                 forwardChangeOwnDSP = true; |                 forwardChangeOwnDSP = true; | ||||||
|                 m_deviceShared.m_ncoFrequency = m_settings.m_ncoEnable ? m_settings.m_ncoFrequency : 0; // for buddies
 |                 m_deviceShared.m_ncoFrequency = m_settings.m_ncoEnable ? m_settings.m_ncoFrequency : 0; // for buddies
 | ||||||
|                 qDebug("LimeSDROutput::applySettings: %sd and set NCO to %d Hz", |                 qDebug("LimeSDROutput::applySettings: %sd and set NCO to %d Hz", | ||||||
|  | |||||||
| @ -572,7 +572,7 @@ bool LimeSDRInput::applySettings(const LimeSDRInputSettings& settings, bool forc | |||||||
|             } |             } | ||||||
|             else |             else | ||||||
|             { |             { | ||||||
|                 doCalibration = true; |                 //doCalibration = true;
 | ||||||
|                 qDebug() << "LimeSDRInput::applySettings: Gain set to " << m_settings.m_gain; |                 qDebug() << "LimeSDRInput::applySettings: Gain set to " << m_settings.m_gain; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
| @ -673,7 +673,7 @@ bool LimeSDRInput::applySettings(const LimeSDRInputSettings& settings, bool forc | |||||||
|                     m_settings.m_ncoEnable, |                     m_settings.m_ncoEnable, | ||||||
|                     m_settings.m_ncoFrequency)) |                     m_settings.m_ncoFrequency)) | ||||||
|             { |             { | ||||||
|                 doCalibration = true; |                 //doCalibration = true;
 | ||||||
|                 forwardChangeOwnDSP = true; |                 forwardChangeOwnDSP = true; | ||||||
|                 m_deviceShared.m_ncoFrequency = m_settings.m_ncoEnable ? m_settings.m_ncoFrequency : 0; // for buddies
 |                 m_deviceShared.m_ncoFrequency = m_settings.m_ncoEnable ? m_settings.m_ncoFrequency : 0; // for buddies
 | ||||||
|                 qDebug("LimeSDRInput::applySettings: %sd and set NCO to %d Hz", |                 qDebug("LimeSDRInput::applySettings: %sd and set NCO to %d Hz", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user