FreeDATA/modem/server_commands.py
2023-11-09 10:37:45 +01:00

4 lines
89 B
Python

from queues import DATA_QUEUE_TRANSMIT
def cqcqcq():
DATA_QUEUE_TRANSMIT.put(["CQ"])