revert channel_precision

This commit is contained in:
Jonathan Bennett 2024-02-21 18:58:23 -06:00
parent 66e138c072
commit 93c1b33f2f
2 changed files with 0 additions and 7 deletions

View file

@ -12,5 +12,3 @@
*LoRaConfig.channel_num int_size:16
*PowerConfig.device_battery_ina_address int_size:8
*PositionConfig.channel_precision max_count:8

View file

@ -342,11 +342,6 @@ 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;
}
/*