From 666e6043635ac74c304d757ff588ede8b317485a Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 4 Sep 2023 18:06:20 -0500 Subject: [PATCH] Update to indicate the new default flags --- meshtastic/config.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 5da460f8..7ed63776 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -142,8 +142,9 @@ message Config { message PositionConfig { /* * Bit field of boolean configuration options, indicating which optional - * fields to include when assembling POSITION messages - * Longitude and latitude are always included (also time if GPS-synced) + * fields to include when assembling POSITION messages. + * Longitude, latitude, altitude, speed, heading, and DOP + * are always included (also time if GPS-synced) * NOTE: the more fields are included, the larger the message will be - * leading to longer airtime and a higher risk of packet loss */