From 631868c1c5fca20afc720949491d49f1564b46c7 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 13 Apr 2026 19:59:48 -0500 Subject: [PATCH] Update meshtastic/atak.proto Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- meshtastic/atak.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index 9e8e720..6ee179f 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -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; /*