feat: qrz clickable in cw decoder

This commit is contained in:
2026-06-21 21:57:11 +02:00
parent 725600c341
commit 6ac9783f7c
6 changed files with 29 additions and 28 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
)
const (
defaultPort = 9006
defaultPort = 9008
dialTimeout = 5 * time.Second
ioTimeout = 3 * time.Second
pollEvery = 1500 * time.Millisecond