mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Convert alt to int32
This commit is contained in:
parent
5f28be497a
commit
fcb9b31761
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue