mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixed disabled qam mode
This commit is contained in:
parent
3619f21e3c
commit
b5119c3ffa
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class Modulator:
|
|||
codec2.FREEDV_MODE.datac14: self.freedv_datac14_tx,
|
||||
codec2.FREEDV_MODE.data_ofdm_500: self.data_ofdm_500_tx,
|
||||
codec2.FREEDV_MODE.data_ofdm_2438: self.data_ofdm_2438_tx,
|
||||
codec2.FREEDV_MODE.qam16c2: self.freedv_qam16c2_tx,
|
||||
#codec2.FREEDV_MODE.qam16c2: self.freedv_qam16c2_tx,
|
||||
#codec2.FREEDV_MODE.data_qam_2438: self.freedv_data_qam_2438_tx,
|
||||
}
|
||||
if mode in mode_transition:
|
||||
|
|
Loading…
Reference in a new issue