Merge pull request #440 from meshtastic/jp-bennett-patch-1

Add channel_precision for location data
This commit is contained in:
Ben Meadors 2024-02-12 13:53:39 -06:00 committed by GitHub
commit b9479e6c68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -334,6 +334,11 @@ message Config {
* Set where GPS is enabled, disabled, or not present
*/
GpsMode gps_mode = 13;
/*
* Set GPS precision in bits per channel, or 0 for disabled
*/
repeated uint32 channel_precision = 14;
}
/*