From ce422b7c448906c6fee3eef64bbd41adfbc990f0 Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 10 Sep 2020 09:21:49 -0700 Subject: [PATCH] force any units to gps reset one more time for https://github.com/meshtastic/Meshtastic-device/issues/376 --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 88b5f87..965104c 100644 --- a/mesh.proto +++ b/mesh.proto @@ -678,7 +678,7 @@ message DeviceState { /// Some GPSes seem to have bogus settings from the factory, so we always do /// one factory reset - bool did_gps_reset = 10; + bool did_gps_reset = 11; } /// Debug output from the device