kopia lustrzana https://github.com/meshtastic/protobufs
Track speed and course
rodzic
ca5b4deaae
commit
07ac3a0208
|
@ -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;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue