* 5 wpm farnsworth speed demands larger OUTBUFSIZE
    - increase output buffer to 65536
This commit is contained in:
David Freese 2020-03-17 18:36:59 -05:00
parent 797f243828
commit 1cc5d884c9

View file

@ -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