Fixed bug with K1EL Winkeyer emulation with SO2R operation and errant CW being sent after switching radios
Syntax-correction
Anthony Good 2019-12-17 14:36:02 -05:00
rodzic 1522a380bc
commit 44a3c3711d
3 zmienionych plików z 364 dodań i 103 usunięć

Plik diff jest za duży Load Diff

Wyświetl plik

@ -55,5 +55,6 @@
// #define DEBUG_FARNSWORTH
// #define DEBUG_FARNSWORTH_TIMING
// #define DEBUG_ASYNC_EEPROM_WRITE
// #define DEBUG_SERVICE_SEND_BUFFER
// #define OPTION_WINKEY_IGNORE_FIRST_STATUS_REQUEST

Wyświetl plik

@ -16,11 +16,11 @@
#define FEATURE_COMMAND_BUTTONS
#define FEATURE_COMMAND_LINE_INTERFACE // Command Line Interface functionality
#define FEATURE_MEMORIES // on the Arduino Due, you must have FEATURE_EEPROM_E24C1024 and E24C1024 EEPROM hardware in order to compile this
#define FEATURE_MEMORY_MACROS
// #define FEATURE_MEMORY_MACROS
#define FEATURE_WINKEY_EMULATION // disabling Automatic Software Reset is highly recommended (see documentation)
// #define FEATURE_BEACON
#define FEATURE_TRAINING_COMMAND_LINE_INTERFACE
#define FEATURE_POTENTIOMETER // do not enable unless you have a potentiometer connected, otherwise noise will falsely trigger wpm changes
// #define FEATURE_TRAINING_COMMAND_LINE_INTERFACE
// #define FEATURE_POTENTIOMETER // do not enable unless you have a potentiometer connected, otherwise noise will falsely trigger wpm changes
// #define FEATURE_SIDETONE_SWITCH // adds switch control for the sidetone output. requires an external toggle switch (assigned to an arduino pin - see keyer_pin_settings.h).
// #define FEATURE_SERIAL_HELP
// #define FEATURE_HELL
@ -56,7 +56,7 @@
// #define FEATURE_STRAIGHT_KEY
// #define FEATURE_DYNAMIC_DAH_TO_DIT_RATIO
#define FEATURE_PADDLE_ECHO
#define FEATURE_STRAIGHT_KEY_ECHO
// #define FEATURE_STRAIGHT_KEY_ECHO
// #define FEATURE_WEB_SERVER
// #define FEATURE_INTERNET_LINK
// #define FEATURE_AMERICAN_MORSE