added payload_command

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent 3659bca574
commit 2948ea635f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -112,6 +112,9 @@
#define PROMPT_HELP 6
#define PROMPT_RESTART 7
#define PAYLOAD_QUERY 1
#define PAYLOAD_RESET 2
#define PAYLOAD_CLEAR 3
volatile int prompt = false;
char serial_string[128];
@ -322,6 +325,7 @@ int buffer_size;
long micro_timer;
int ready = FALSE;
bool cw_stop = false;
int payload_command = false;
#define PRESSED 0
#define HELD 0

Loading…
Cancel
Save

Powered by TurnKey Linux.