mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-19 07:00:39 +01:00
fft needs the multiprocessing send, too
This commit is contained in:
parent
5f703a043b
commit
42c59a3aa0
|
|
@ -172,7 +172,7 @@ class OpenWebRxReceiverClient(Client):
|
|||
self.dsp.setProperty(key, value)
|
||||
|
||||
def write_spectrum_data(self, data):
|
||||
self.send(bytes([0x01]) + data)
|
||||
self.mp_send(bytes([0x01]) + data)
|
||||
|
||||
def write_dsp_data(self, data):
|
||||
self.send(bytes([0x02]) + data)
|
||||
|
|
|
|||
Loading…
Reference in a new issue