more on wk emulation
This commit is contained in:
parent
08bf317f9c
commit
f1d865ab68
5 changed files with 98 additions and 27 deletions
|
@ -72,7 +72,7 @@ void core1_main()
|
|||
break;
|
||||
case KeyerQueueCommand::Stop:
|
||||
keyer.stop();
|
||||
data.cmd = KeyerQueueCommand::Wait;
|
||||
data.cmd = KeyerQueueCommand::Run;
|
||||
break;
|
||||
case KeyerQueueCommand::Config:
|
||||
keyer.setSpeed(data.wpm);
|
||||
|
@ -83,8 +83,6 @@ void core1_main()
|
|||
keyer.sendCharacter(data.message);
|
||||
data.cmd = KeyerQueueCommand::Run;
|
||||
break;
|
||||
case KeyerQueueCommand::Wait:
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue