From 67ec3d06904643e1062a6b8b6e4a6e633ac31915 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 4 Jul 2022 08:45:28 -0400 Subject: [PATCH] fixed APRS lat lon --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 02e68d50..c2350f43 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -143,8 +143,8 @@ void setup() { char callsign[] = "W3ZM"; set_callsign(callsign); - char lat_default[] = "0610.554"; - char lon_default[] = "10649.61E"; + char lat_default[] = "0610.55S"; + char lon_default[] = "10649.62E"; char sym_ovl_default = 'H'; char sym_tab_default = 'a'; char icon[] = "Ha";