mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
svp timing
This commit is contained in:
@@ -16,7 +16,7 @@ void SpectrumVisualDataThread::run() {
|
||||
std::cout << "Spectrum visual data thread started." << std::endl;
|
||||
|
||||
while(!terminated) {
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(12));
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
||||
sproc.run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user