Skip to content

Commit

Permalink
They send TU GL after getting report and number
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Oct 20, 2024
1 parent bbe31d7 commit 5cc6a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contest.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ async function sendReportAndNumber() {
if (!await youSend(`${yourReport} ${yourNumber}`)) {
return;
}
await theySend('TU GL');
}

function yourCallSignKeyDown(event) {
Expand Down

0 comments on commit 5cc6a99

Please sign in to comment.