fix variable name

This commit is contained in:
Jakob Ketterl 2019-09-21 15:19:10 +02:00
parent 2edeffb761
commit 671509df3b
2 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ function audio_calculate_resampling(targetRate)
debug_ws_data_received=0;
max_clients_num=0;
clients_num = 0;
client_num = 0;
var COMPRESS_FFT_PAD_N=10; //should be the same as in csdr.c

0
owrx/threading.py Normal file
View File