mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-02 13:17: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/
|
||||||
cmake_build_msvc/
|
cmake_build_msvc/
|
||||||
dist/
|
dist/
|
||||||
|
@ -86,8 +86,9 @@ bool CubicSDR::OnInit() {
|
|||||||
|
|
||||||
std::cout << "Chosen: " << devId << std::endl;
|
std::cout << "Chosen: " << devId << std::endl;
|
||||||
sdrThread->setDeviceId(devId);
|
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_PostSDR = new std::thread(&SDRPostThread::threadMain, sdrPostThread);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user