From e8a5754da8b75dd3a5789d9329fac8d0a08be543 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 22 Mar 2026 13:32:46 -0500 Subject: [PATCH] Update APRS parser with coordinate normalization fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated vendored parser (vendor/aprs) to include: - Longitude wrapping instead of clamping (192° → -168°) - Proper MicE coordinate normalization - Fixed tests to expect wrapping behavior This complements the application-level coordinate fixes and ensures coordinates are normalized at parse time. --- vendor/aprs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/aprs b/vendor/aprs index 0cb7064..0d08388 160000 --- a/vendor/aprs +++ b/vendor/aprs @@ -1 +1 @@ -Subproject commit 0cb706494c365305924c677d72a01c23f54ee621 +Subproject commit 0d083887b4917fbe385f53dcfd8fb0f831750f25