Add channel_precision for location data

This commit is contained in:
Jonathan Bennett 2024-02-11 11:43:54 -06:00 committed by GitHub
parent 20f2783e19
commit 0c03644895
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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