mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
set default CFO to 1500 Hz
This commit is contained in:
parent
c9ce52c45c
commit
7c693b1075
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ int main(int argc, char **argv)
|
|||
if (input_name[0] == '-' && input_name[1] == 0)
|
||||
input_name = "/dev/stdin";
|
||||
|
||||
int freq_off = output_chan == 1 ? 2000 : 0;
|
||||
int freq_off = output_chan == 1 ? 1500 : 0;
|
||||
if (argc >= 7)
|
||||
freq_off = std::atoi(argv[6]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue