mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-14 15:41:48 -04:00
Updated gitignore
This commit is contained in:
parent
4ec97af590
commit
c8f76addc3
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,3 +1,10 @@
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
compile_commands.json
|
||||
nbproject/
|
||||
x64/
|
||||
cmake_build/
|
||||
cmake_build_msvc/
|
||||
dist/
|
||||
|
@ -86,10 +86,11 @@ bool CubicSDR::OnInit() {
|
||||
|
||||
std::cout << "Chosen: " << devId << std::endl;
|
||||
sdrThread->setDeviceId(devId);
|
||||
} else {
|
||||
OnMessage("no devices found!", "warning");
|
||||
}
|
||||
|
||||
else if(devs.size() == 0) {
|
||||
wxGetApp().OnMessage("No devices found!", "warning");
|
||||
}
|
||||
|
||||
t_PostSDR = new std::thread(&SDRPostThread::threadMain, sdrPostThread);
|
||||
t_SDR = new std::thread(&SDRThread::threadMain, sdrThread);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user