From 0d4ad90e4aca509e942e1dacdb947076dc01e2ab Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 5 Oct 2020 14:42:52 +0800 Subject: [PATCH] for gps power improvements --- mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index f0fb50e..97a1c41 100644 --- a/mesh.proto +++ b/mesh.proto @@ -570,9 +570,9 @@ message RadioConfig { or a very large value (maxint) to update only once at boot. */ - uint32 gps_update_rate = 34; + uint32 gps_update_interval = 34; - /** How long should we try to get our position during each gps_update_rate attempt? (in seconds) + /** How long should we try to get our position during each gps_update_interval attempt? (in seconds) Or if zero, use the default of 30 seconds. If we don't get a new gps fix in that time, the gps will be put into sleep until the next gps_update_rate window.