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