mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
- Trail.h gpxWaypoints/gpxPoint: snprintf truncation clamp was `> sizeof` (writing the NUL terminator into the XML stream); corrected to `>= sizeof - 1` at all 3 sites (<wpt>, <time>, <trkpt>). - UITask.cpp battMvToPercent: raise 100% ceiling from 4200 → 4170 mV — the board never charges to 4200, so the indicator was stuck at ~97%. - Trail.h header comment: corrected RAM cost from "256×12 B=3 KB" to actual CAPACITY(512)×16 B=8 KB. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>