fixes to the rtl-tcp source

This commit is contained in:
Ryzerth
2020-12-23 19:23:47 +01:00
parent abcf484506
commit 1aedf92bcd
6 changed files with 98 additions and 6 deletions

View File

@@ -610,4 +610,8 @@ void drawWindow() {
void setViewBandwidthSlider(float bandwidth) {
bw = bandwidth;
}
bool sdrIsRunning() {
return playing;
}