mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update meshtastic/atak.proto
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7257113eed
commit
631868c1c5
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue