Skip to content

Commit

Permalink
give the user time to read the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1jbe committed Jan 7, 2024
1 parent 4c62db2 commit 13df4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ static void keyer_init() {
showmsg("CW-Keyer is Hamlib");
if (trx_control_disabled) {
showmsg("Radio control disabled - no keying!");
sleep(2);
return;
}
if (!trx_control) {
Expand Down

0 comments on commit 13df4ee

Please sign in to comment.