mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 17:08:13 +01:00 
			
		
		
		
	fix plutosdr source not updating samplerate on select
This commit is contained in:
		| @@ -193,6 +193,9 @@ private: | ||||
|             gain = std::clamp<int>(gain, -1.0f, 73.0f); | ||||
|         } | ||||
|         config.release(); | ||||
|          | ||||
|         // Update core samplerate | ||||
|         core::setInputSampleRate(samplerate); | ||||
|     } | ||||
|  | ||||
|     static void menuSelected(void* ctx) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user