FreeDATA/modem/command_cq.py

10 lines
234 B
Python
Raw Normal View History

2023-11-23 15:59:53 +00:00
from command import TxCommand
from codec2 import FREEDV_MODE
2023-11-23 15:59:53 +00:00
class CQCommand(TxCommand):
def build_frame(self):
return self.frame_factory.build_cq()
2024-04-10 15:58:39 +00:00
#def get_tx_mode(self):
# return FREEDV_MODE.data_ofdm_2438