From 8811aa59ee38e9c12b4a6e490a24165ca6182f51 Mon Sep 17 00:00:00 2001 From: Stanislaw Grams Date: Mon, 9 Feb 2026 19:21:07 +0100 Subject: [PATCH] [fix](trx-core): avoid APRS JSON type collision Co-authored-by: Codex Signed-off-by: Stanislaw Grams --- src/trx-core/src/decode.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/trx-core/src/decode.rs b/src/trx-core/src/decode.rs index 6f2de4d..0d530ca 100644 --- a/src/trx-core/src/decode.rs +++ b/src/trx-core/src/decode.rs @@ -22,7 +22,6 @@ pub struct AprsPacket { pub dest_call: String, pub path: String, pub info: String, - #[serde(rename = "type")] pub packet_type: String, pub crc_ok: bool, #[serde(skip_serializing_if = "Option::is_none")]