remove long ago deprecated fields

pull/2/head
geeksville 2020-06-11 21:23:41 -07:00
rodzic 3ba76bbe4c
commit b6b1cca5ad
1 zmienionych plików z 0 dodań i 11 usunięć

Wyświetl plik

@ -63,17 +63,6 @@ Nanopb binaries available here: https://jpa.kapsi.fi/nanopb/download/ use nanopb
// a gps position // a gps position
message Position { message Position {
/** DEPRECATED!
This old encoding is no longer sent by device loads, but applications could
still keep supporting it if the prefered latitude_i is not provided.
Device loads greater than 0.6.2 use the _i variants only.
I've switched to ints because a: more precise and b: half the # of bytes.
*/
double latitude_d = 1;
double longitude_d = 2;
/** The new preferred location encoding, divide by 10e-7 to get degrees in /** The new preferred location encoding, divide by 10e-7 to get degrees in
* floating point */ * floating point */
sint32 latitude_i = 7; sint32 latitude_i = 7;