From 2b715a5a1ac18945f58221fe10a5ff4cdcb366ba Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 22 Mar 2026 13:48:43 -0500 Subject: [PATCH] chore: update APRS parser submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates parser to include fix for invalid wind direction values. Parser now normalizes 360° to 0° and rejects values > 360. --- vendor/aprs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/aprs b/vendor/aprs index 15653df..83337a7 160000 --- a/vendor/aprs +++ b/vendor/aprs @@ -1 +1 @@ -Subproject commit 15653df23512ad898f19c494182881c45ebc91ad +Subproject commit 83337a78f4f7b4495fd3cc384f18cf2b6c53c777