mirror of
https://git.code.sf.net/p/fldigi/fldigi
synced 2026-08-13 17:47:54 -04:00
CW 5 wpm
* 5 wpm farnsworth speed demands larger OUTBUFSIZE
- increase output buffer to 65536
This commit is contained in:
parent
797f243828
commit
1cc5d884c9
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@
|
|||
#include "morse.h"
|
||||
#include "ascii.h"
|
||||
|
||||
#define OUTBUFSIZE 16384
|
||||
#define OUTBUFSIZE 65536 // needed for 5 WPM Farsnworth CW buffers
|
||||
|
||||
// Constants for signal searching & s/n threshold
|
||||
#define SIGSEARCH 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue