Update atak.proto

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Meadors 2026-04-16 19:51:52 -05:00 committed by GitHub
parent 3ce7c51068
commit 3a398acbff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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°.