Only long BW press will cancel DX scan

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-21 17:07:59 +01:00
parent 35817e5896
commit 9ec8b1a90a
5 changed files with 91 additions and 45 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ void doTouchEvent(uint16_t x, uint16_t y) {
if (seek) radio.setUnMute();
seek = false;
if (scandxmode) {
cancelDXScan();
ShowFreq(5);
ShowFreq(0);
} else {
if (menu) {
if (x > 0 && x < 320 && y > 0 && y < 33) {