Change Elecraft K4 to use TQX instead of TQ to speed up ptt checking time

TQ waits for s-meter hold off time so can time out
This commit is contained in:
Mike Black W9MDB 2024-07-11 09:36:33 -05:00
parent 2f1e6b636e
commit 74d780f19f

View File

@ -28,7 +28,7 @@
#include "token.h" #include "token.h"
#include "idx_builtin.h" #include "idx_builtin.h"
#define BACKEND_VER "20240629" #define BACKEND_VER "20240711"
#define EOM_KEN ';' #define EOM_KEN ';'
#define EOM_TH '\r' #define EOM_TH '\r'