mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-17 13:06:09 -05:00
minor typo bug - thanks JIM, W0EB
This commit is contained in:
parent
2a8b12589c
commit
c79fb44231
@ -801,7 +801,7 @@ void setup()
|
||||
frequency = vfoA;
|
||||
setFrequency(vfoA);
|
||||
|
||||
if (btnDown())
|
||||
if (btnDown()){
|
||||
setupTouch();
|
||||
isUSB = 1;
|
||||
setFrequency(10000000l);
|
||||
|
Loading…
Reference in New Issue
Block a user