Merge pull request #218 from rxt1077/patch-1

Update mesh.proto
This commit is contained in:
Thomas Göttgens 2022-10-22 15:57:41 +02:00 committed by GitHub
commit 2ce9de19c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;