mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Track speed and course
This commit is contained in:
parent
ca5b4deaae
commit
07ac3a0208
2 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
*Contact.callsign max_size:120
|
||||
|
||||
*Status.battery int_size:8
|
||||
*Status.battery int_size:8
|
||||
*PLI.course int_size:16
|
||||
|
|
@ -211,7 +211,12 @@ message PLI {
|
|||
sfixed32 longitude_i = 2;
|
||||
|
||||
/*
|
||||
* Altitude
|
||||
* Speed
|
||||
*/
|
||||
int32 altitude = 3;
|
||||
uint32 speed = 3;
|
||||
|
||||
/*
|
||||
* Course in degrees
|
||||
*/
|
||||
uint32 course = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue