mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
GPX dumps previously contained only the <trk>. Emit saved waypoints as <wpt> elements (label → <name>, plus <time> when the RTC was set) before the track, per GPX 1.1 ordering, in both live and saved-file exports. The emitter is duck-typed over the waypoint store so Trail.h stays decoupled from Waypoint.h; labels are XML-escaped. They now import as pins in OsmAnd / Garmin / GPX Studio alongside the track. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>