mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-19 06:02:38 -04:00
Removed FPS limitation in WSSpectrum. Fixes #767
This commit is contained in:
parent
6d7eb44641
commit
dfb149d267
@ -163,10 +163,6 @@ void WSSpectrum::newSpectrum(
|
|||||||
bool usb
|
bool usb
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if (m_timer.elapsed() < 200) { // Max 5 frames per second
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
qint64 elapsed = m_timer.restart();
|
qint64 elapsed = m_timer.restart();
|
||||||
uint64_t nowMs = TimeUtil::nowms();
|
uint64_t nowMs = TimeUtil::nowms();
|
||||||
QByteArray payload;
|
QByteArray payload;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user