mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
The on-screen keyboard has no comma or minus, so a single "lat,lon" entry was unworkable. Replace it with a WP_ADD form: separate Lat / Lon / Label rows plus Save. Lat/Lon take a magnitude from the keyboard and a hemisphere (N/S, E/W) toggled with LEFT/RIGHT, so negative coordinates need no minus key. Save validates the range, auto-names a blank label, and stores the point via the normal waypoint path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>