Merge pull request #384 from meshtastic/update-flags-comment-about-defaults

Update to indicate the new default flags
This commit is contained in:
Ben Meadors 2023-09-04 18:31:30 -05:00 committed by GitHub
commit 826dfb7604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/