mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
9 lines
234 B
Python
9 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
|