don't use hardcoded filter coodinates when debug logging is on

pull/827/merge^2
Adrian Batzill 2022-06-21 19:08:02 +01:00
rodzic 3b8fdf0b70
commit 092599a8ea
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -28,9 +28,6 @@ var aprsExitChan chan bool = make(chan bool, 1)
func authenticate(c net.Conn) {
filter := ""
if globalSettings.DEBUG {
filter = "filter r/48.8566/2.3522/500\r\n"
}
if mySituation.GPSFixQuality > 0 {
filter = fmt.Sprintf(
"filter r/%.7f/%.7f/%d\r\n",