mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update mesh.proto
Fixed typo in comments
This commit is contained in:
parent
d0559bfa3c
commit
470a76d854
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ option java_outer_classname = "MeshProtos";
|
|||
*/
|
||||
message Position {
|
||||
/*
|
||||
* The new preferred location encoding, divide by 1e-7 to get degrees
|
||||
* The new preferred location encoding, multiply by 1e-7 to get degrees
|
||||
* in floating point
|
||||
*/
|
||||
sfixed32 latitude_i = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue