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