mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
ARQ WIP
This commit is contained in:
parent
6fe921aabc
commit
8fbc9856db
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ def calculate_fft(data, fft_queue, states) -> None:
|
|||
global RMS_COUNTER, CHANNEL_BUSY_DELAY
|
||||
|
||||
try:
|
||||
data = bytearray()
|
||||
|
||||
fftarray = np.fft.rfft(data)
|
||||
|
||||
|
|
Loading…
Reference in a new issue