mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
added rattlegram modes
This commit is contained in:
parent
88e8a3ad94
commit
c597ac3398
4 changed files with 75 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ int main()
|
|||
code<12>(4096, 3072+32);
|
||||
code<12>(4096, 2048+32);
|
||||
code<11>(2048, 1536+32);
|
||||
code<11>(2048, 1360+32);
|
||||
code<11>(2048, 1024+32);
|
||||
code<11>(2048, 680+32);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue