From 1ec2369ae49461052e6e49de719375a8fcfa75ab Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 9 Dec 2020 11:42:23 +0800 Subject: [PATCH] add setlat/setlon support for https://github.com/meshtastic/Meshtastic-device/issues/536 meshtastic --setlat 32.7767 --setlon -96.7970 --setalt 1337 --- mesh.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mesh.proto b/mesh.proto index a74d700..d929ad5 100644 --- a/mesh.proto +++ b/mesh.proto @@ -528,6 +528,14 @@ message RadioConfig { */ bool is_low_power = 38; + /** + If set, this node is at a fixed position. We will generate GPS position updates + at the regular interval, but use whatever the last lat/lon/alt we have for the node. + + The lat/lon/alt can be set by an internal GPS or with the help of the app. + */ + bool fixed_position = 39; + /** This setting is never saved to disk, but if set, all device settings will be returned to factory defaults. (Region, serial number etc... will be