From 4cd6fa053f75cc1c9c4b4a3896ff1b1c4ead03a9 Mon Sep 17 00:00:00 2001 From: sigmahour <> Date: Wed, 24 Aug 2022 11:32:06 -0400 Subject: [PATCH 1/3] removal of unused import causing error is protoc --- module_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_config.proto b/module_config.proto index ae45d72..75e64ab 100644 --- a/module_config.proto +++ b/module_config.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -import "telemetry.proto"; +//import "telemetry.proto"; option java_package = "com.geeksville.mesh"; option java_outer_classname = "ModuleConfigProtos"; From cd7d2fe903f693c1774d64432f10df1b1e234e89 Mon Sep 17 00:00:00 2001 From: sigmahour <> Date: Thu, 25 Aug 2022 17:18:08 -0400 Subject: [PATCH 2/3] removed unused import --- module_config.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/module_config.proto b/module_config.proto index 75e64ab..db00c98 100644 --- a/module_config.proto +++ b/module_config.proto @@ -1,5 +1,4 @@ syntax = "proto3"; -//import "telemetry.proto"; option java_package = "com.geeksville.mesh"; option java_outer_classname = "ModuleConfigProtos"; From beb8809092026a18e86eb4ce75d8e03ad46752a7 Mon Sep 17 00:00:00 2001 From: sigmahour <> Date: Sun, 11 Sep 2022 16:32:40 -0400 Subject: [PATCH 3/3] fixed typo --- config.proto | 2 +- mesh.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.proto b/config.proto index 4a024a9..f9b8a51 100644 --- a/config.proto +++ b/config.proto @@ -89,7 +89,7 @@ message Config { /* * Include geoidal separation */ - GEOIDAL_SEPERATION = 0x0004; + GEOIDAL_SEPARATION = 0x0004; /* * Include the DOP value ; PDOP used by default, see below diff --git a/mesh.proto b/mesh.proto index 7cbd407..23a5879 100644 --- a/mesh.proto +++ b/mesh.proto @@ -126,7 +126,7 @@ message Position { /* * Geoidal separation in meters */ - sint32 altitude_geoidal_seperation = 10; + sint32 altitude_geoidal_separation = 10; /* * Horizontal, Vertical and Position Dilution of Precision, in 1/100 units