Update radio.py

This commit is contained in:
SpudGunMan
2025-10-13 08:40:21 -07:00
parent b876d87ba9
commit b07a7fb0cc
+1 -1
View File
@@ -2,7 +2,7 @@
# detect signal strength and frequency of active channel if appears to be in use send to mesh network
# depends on rigctld running externally as a network service
# also can use VOX detection with a microphone and vosk speech to text to send voice messages to mesh network
# requires vosk and sounddevice python modules. download from https://alphacephei.com/vosk/models and unpack
# requires vosk and sounddevice python modules. will auto download needed. more from https://alphacephei.com/vosk/models and unpack
# 2024 Kelly Keeton K7MHI
from modules.log import *