FreeDATA/modem/command_cq.py
2024-04-10 17:58:39 +02:00

10 lines
234 B
Python

from command import TxCommand
from codec2 import FREEDV_MODE
class CQCommand(TxCommand):
def build_frame(self):
return self.frame_factory.build_cq()
#def get_tx_mode(self):
# return FREEDV_MODE.data_ofdm_2438