mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-27 07:18:11 +00:00
Setting a Locator/Nav target had no spatial feedback — you could arm a destination but never see where it is. Draw it as a flag marker (ICON_MAP_TARGET) on both the home Map preview and the full Trail map, folded into each view's bounding box so a destination you set never sits off-frame, and drawn last so it stays legible atop a coincident waypoint or contact. activeTargetPos() resolves the target once (waypoint coords, or a person via resolvePersonPos), gated only on a target being set — independent of whether the Locator alert is enabled — so it doubles as the engine's resolver (locatorDistance now delegates to it). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>