possible fix of broken tci module

This commit is contained in:
DJ2LS 2023-12-21 19:48:30 +01:00
parent 23c60e80e8
commit 137ac189fc

View file

@ -199,14 +199,6 @@ class RF:
# lets init TCI module
self.tci_module = tci.TCICtrl(self.audio_received_queue)
# let's start the audio tx callback
self.log.debug("[MDM] Starting tci tx callback thread")
tci_tx_callback_thread = threading.Thread(
target=self.tci_tx_callback,
name="TCI TX CALLBACK THREAD",
daemon=True,
)
tci_tx_callback_thread.start()
return True
def audio_auto_tune(self):