FreeDATA/freedata_server/command_test.py
2024-04-18 11:04:25 +02:00

10 lines
218 B
Python

from command import TxCommand
import codec2
class TestCommand(TxCommand):
def build_frame(self):
return self.frame_factory.build_test()
def get_tx_mode(self):
return codec2.FREEDV_MODE.datac3