mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 00:48:11 +01:00 
			
		
		
		
	fixed airspyhf module missing function
This commit is contained in:
		| @@ -131,9 +131,6 @@ public: | ||||
|             sampleRateListTxt += '\0'; | ||||
|         } | ||||
|  | ||||
|         blockSize = airspyhf_get_output_size(dev); | ||||
|         spdlog::info("AirspyHF block size {0}", blockSize); | ||||
|  | ||||
|         srId = 0; | ||||
|  | ||||
|         airspyhf_close(dev); | ||||
| @@ -276,7 +273,6 @@ private: | ||||
|     std::string name; | ||||
|     airspyhf_device_t* openDev; | ||||
|     bool enabled = true; | ||||
|     int blockSize = 0; | ||||
|     dsp::stream<dsp::complex_t> stream; | ||||
|     double sampleRate; | ||||
|     SourceManager::SourceHandler handler; | ||||
|   | ||||
| @@ -64,7 +64,7 @@ namespace LoadingScreen { | ||||
|         ImGui::Spacing(); | ||||
|         ImGui::Spacing(); | ||||
|         ImGui::Spacing(); | ||||
|         ImGui::Text(msg.c_str()); | ||||
|         ImGui::Text("%s", msg.c_str()); | ||||
|  | ||||
|         ImGui::EndPopup(); | ||||
|         ImGui::PopStyleVar(1); | ||||
|   | ||||
| @@ -3,6 +3,8 @@ | ||||
|  | ||||
| SDR++ is a cross-platform and open source SDR software with the aim of being bloat free and simple to use. | ||||
|  | ||||
|  | ||||
|  | ||||
| * [Patreon](https://patreon.com/ryzerth) | ||||
| * [Discord Server](https://discord.gg/aFgWjyD) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user