mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-05 12:47:29 -05:00
Display tone prior to loop, so that it's not just a blank screen
This commit is contained in:
parent
224fb496cd
commit
817edf2546
@ -791,6 +791,11 @@ void setCwTone(){
|
||||
int prev_sideTone;
|
||||
|
||||
tone(CW_TONE, sideTone);
|
||||
itoa(sideTone, c, 10);
|
||||
strcpy(b, "CW Tone: ");
|
||||
strcat(b, c);
|
||||
strcat(b, " Hz");
|
||||
drawCommandbar(b);
|
||||
|
||||
//disable all clock 1 and clock 2
|
||||
while (digitalRead(PTT) == HIGH && !btnDown())
|
||||
|
Loading…
Reference in New Issue
Block a user