mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update atak.proto
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3ce7c51068
commit
3a398acbff
1 changed files with 3 additions and 2 deletions
|
|
@ -1799,9 +1799,10 @@ message SensorFov {
|
|||
*/
|
||||
uint32 azimuth_deg = 2;
|
||||
/*
|
||||
* Maximum range of the cone in meters. ATAK-CIV default is 100m.
|
||||
* Maximum range of the cone in meters.
|
||||
* Optional — if unset, receivers should use the ATAK-CIV default of 100m.
|
||||
*/
|
||||
uint32 range_m = 3;
|
||||
optional uint32 range_m = 3;
|
||||
/*
|
||||
* Horizontal field of view in whole degrees (cone's angular width).
|
||||
* ATAK-CIV default is 45°.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue