Update radio.py

This commit is contained in:
SpudGunMan
2025-10-11 22:21:09 -07:00
parent a80575a381
commit 0a02ae860e
+1 -1
View File
@@ -7,11 +7,11 @@
voxHoldTime = signalHoldTime
previousVoxState = False
from modules.log import *
if radio_detection_enabled:
import socket
import asyncio
from modules.log import *
if voxDetectionEnabled:
try: