Merge branch 'master' into morse-menu
This commit is contained in:
commit
03406f62cc
@ -167,7 +167,7 @@ void cwKeyer(void){
|
||||
case KEYED:
|
||||
if (millis() > ktimer) { // are we at end of key down ?
|
||||
cwKeyUp();
|
||||
ktimer = millis() + (globalSettings.cwDitDurationMs / 10); // inter-element time
|
||||
ktimer = millis() + globalSettings.cwDitDurationMs; // inter-element time
|
||||
keyerState = INTER_ELEMENT; // next state
|
||||
}
|
||||
else if(KeyerMode_e::KEYER_IAMBIC_B == globalSettings.keyerMode){
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "version.h"
|
||||
|
||||
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.1.1";
|
||||
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.1.2";
|
||||
const char* const VERSION_STRING = VERSION_STRING_PRIVATE;
|
Loading…
Reference in New Issue
Block a user