Skip to content

Commit

Permalink
Merge pull request #449 from meshtastic/altitude
Browse files Browse the repository at this point in the history
Convert alt to int32
  • Loading branch information
thebentern authored Feb 22, 2024
2 parents 5f28be4 + fcb9b31 commit b888899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshtastic/atak.proto
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ message PLI {
/*
* Altitude (ATAK prefers HAE)
*/
uint32 altitude = 3;
int32 altitude = 3;

/*
* Speed
Expand All @@ -248,4 +248,4 @@ message PLI {
* Course in degrees
*/
uint32 course = 5;
}
}

0 comments on commit b888899

Please sign in to comment.