Update meshtastic/atak.proto

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Meadors 2026-04-13 19:59:48 -05:00 committed by GitHub
parent 7257113eed
commit 631868c1c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1073,7 +1073,9 @@ message DrawnShape {
*/
uint32 minor_cm = 4;
/*
* Ellipse rotation angle in degrees (0..360). Default 360 = circle.
* Ellipse rotation angle in degrees. Valid values are 0..360 inclusive;
* 0 and 360 are equivalent rotations. In proto3, an unset uint32 reads
* as 0, so senders should emit 0 when the angle is unspecified.
*/
uint32 angle_deg = 5;
/*