mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
use operation mode zero to signal end of transmission
This commit is contained in:
parent
daa47615d3
commit
b7855e2c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ struct Encoder
|
|||
symbol();
|
||||
}
|
||||
schmidl_cox();
|
||||
meta_data((call_sign << 8) | oper_mode);
|
||||
meta_data(call_sign << 8);
|
||||
pilot_block();
|
||||
for (int i = 0; i < symbol_len; ++i)
|
||||
fdom[i] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue