From fcb9b31761cf65f98a005ba9cc2a5e45371a1d68 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 22 Feb 2024 07:11:54 -0600 Subject: [PATCH] Convert alt to int32 --- meshtastic/atak.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index 182d739..c44479f 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -237,7 +237,7 @@ message PLI { /* * Altitude (ATAK prefers HAE) */ - uint32 altitude = 3; + int32 altitude = 3; /* * Speed @@ -248,4 +248,4 @@ message PLI { * Course in degrees */ uint32 course = 5; -} \ No newline at end of file +}