Update config.proto

This commit is contained in:
Jonathan Bennett 2024-02-11 11:51:37 -06:00 committed by GitHub
parent 0c03644895
commit 9339bbb8e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -338,9 +338,9 @@ message Config {
GpsMode gps_mode = 13;
/*
* Set GPS precision in bits, or 0 for disabled
* Set GPS precision in bits per channel, or 0 for disabled
*/
uint32 channel_precision[8] = 14;
repeated uint32 channel_precision = 14;
}
/*