mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
more efficient encoding for lat/lon
This commit is contained in:
parent
cabbdf51ed
commit
b35e7fb17e
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@ message Position {
|
|||
|
||||
/** The new preferred location encoding, divide by 10e-7 to get degrees in
|
||||
* floating point */
|
||||
int32 latitude_i = 7;
|
||||
int32 longitude_i = 8;
|
||||
sint32 latitude_i = 7;
|
||||
sint32 longitude_i = 8;
|
||||
|
||||
int32 altitude = 3;
|
||||
int32 battery_level = 4; // 1-100 (0 means not provided)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue