[fix](trx-core): avoid APRS JSON type collision
Co-authored-by: Codex <codex@openai.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
@@ -22,7 +22,6 @@ pub struct AprsPacket {
|
|||||||
pub dest_call: String,
|
pub dest_call: String,
|
||||||
pub path: String,
|
pub path: String,
|
||||||
pub info: String,
|
pub info: String,
|
||||||
#[serde(rename = "type")]
|
|
||||||
pub packet_type: String,
|
pub packet_type: String,
|
||||||
pub crc_ok: bool,
|
pub crc_ok: bool,
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
|||||||
Reference in New Issue
Block a user