added cw_stop to exit CW mode

pull/210/head
alanbjohnston 3 years ago committed by GitHub
parent 0c90935597
commit f035fc1835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,6 +295,7 @@ int sample_rate;
int buffer_size; int buffer_size;
long micro_timer; long micro_timer;
int ready = FALSE; int ready = FALSE;
bool cw_stop = false;
#define PRESSED 0 #define PRESSED 0
#define HELD 0 #define HELD 0

Loading…
Cancel
Save

Powered by TurnKey Linux.