From b32ecfab276fb8e1dff0e1d72ed819b548323328 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Tue, 16 Jul 2024 06:45:43 +0100 Subject: Working implementation of ADSB loaded from file. Net1090 can read from dump1090 socket --- ADSBDecoder/PositionDecoder.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ADSBDecoder/PositionDecoder.swift') diff --git a/ADSBDecoder/PositionDecoder.swift b/ADSBDecoder/PositionDecoder.swift index 7d77221..85b9d49 100644 --- a/ADSBDecoder/PositionDecoder.swift +++ b/ADSBDecoder/PositionDecoder.swift @@ -162,7 +162,7 @@ class PositionDecoder { let cpr_even = el1.even ? el1 : el2 let cpr_odd = (!el1.even) ? el1 : el2 - print("Position queue is ready to calculate location \(cpr_even) \(cpr_odd)") + //print("Position queue is ready to calculate location \(cpr_even) \(cpr_odd)") // from here https://github.com/antirez/dump1090/blob/master/dump1090.c#L1718 let AirDlat0:Double = 360.0/60.0 let AirDlat1:Double = 360.0/59.0 -- cgit v1.2.3