From 2b599499dc26f0f93537d1bea4733eae68333a1c Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Mon, 17 Nov 2025 00:32:31 +0000 Subject: Save old work that I have no clue what I where doing --- LearnMapKit/FlighState.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LearnMapKit/FlighState.swift') diff --git a/LearnMapKit/FlighState.swift b/LearnMapKit/FlighState.swift index a86a660..9e901c6 100644 --- a/LearnMapKit/FlighState.swift +++ b/LearnMapKit/FlighState.swift @@ -55,8 +55,8 @@ class FlightState: ObservableObject { var process_per_second = 120 var sourceDump1090Server = true - var dump1090address = "192.168.4.233" - var dump1090port = 30002 + var dump1090address = "64.226.23.78" + var dump1090port = 30003 init() { print("Init") -- cgit v1.2.3