mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update config.proto
This commit is contained in:
parent
0c03644895
commit
9339bbb8e9
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue