mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	RTLSDR: start direct mode frequency range at DC (0 kHz)
This commit is contained in:
		
							parent
							
								
									d042507c8f
								
							
						
					
					
						commit
						eb2dcfb74b
					
				@ -34,7 +34,7 @@ MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgConfigureRTLSDR, Message)
 | 
				
			|||||||
MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgFileRecord, Message)
 | 
					MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgFileRecord, Message)
 | 
				
			||||||
MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgStartStop, Message)
 | 
					MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgStartStop, Message)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const quint64 RTLSDRInput::frequencyLowRangeMin = 1000UL;
 | 
					const quint64 RTLSDRInput::frequencyLowRangeMin = 0UL;
 | 
				
			||||||
const quint64 RTLSDRInput::frequencyLowRangeMax = 275000UL;
 | 
					const quint64 RTLSDRInput::frequencyLowRangeMax = 275000UL;
 | 
				
			||||||
const quint64 RTLSDRInput::frequencyHighRangeMin = 24000UL;
 | 
					const quint64 RTLSDRInput::frequencyHighRangeMin = 24000UL;
 | 
				
			||||||
const quint64 RTLSDRInput::frequencyHighRangeMax = 1900000UL;
 | 
					const quint64 RTLSDRInput::frequencyHighRangeMax = 1900000UL;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user