From b6b1cca5ada3bc22c6b84761846e889315160db3 Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 11 Jun 2020 21:23:41 -0700 Subject: [PATCH] remove long ago deprecated fields --- mesh.proto | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mesh.proto b/mesh.proto index 0ade4f8..9edfa97 100644 --- a/mesh.proto +++ b/mesh.proto @@ -63,17 +63,6 @@ Nanopb binaries available here: https://jpa.kapsi.fi/nanopb/download/ use nanopb // a gps 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 * floating point */ sint32 latitude_i = 7;