more on wk emulation

This commit is contained in:
Martin Brodbeck 2024-02-29 16:50:53 +01:00
parent 08bf317f9c
commit f1d865ab68
5 changed files with 98 additions and 27 deletions

View file

@ -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;
}