mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
adjusted ofdm2438
This commit is contained in:
parent
00a0c390b1
commit
93a9cba781
1 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ class CQCommand(TxCommand):
|
||||||
def build_frame(self):
|
def build_frame(self):
|
||||||
return self.frame_factory.build_cq()
|
return self.frame_factory.build_cq()
|
||||||
|
|
||||||
def get_tx_mode(self):
|
#def get_tx_mode(self):
|
||||||
return FREEDV_MODE.data_ofdm_2438
|
# return FREEDV_MODE.data_ofdm_2438
|
||||||
|
|
Loading…
Reference in a new issue