From 5c86b85ec3ffd7a362d777c65bf1c843de030f63 Mon Sep 17 00:00:00 2001 From: Jakub <106778416+MarekZegare4@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:14:19 +0200 Subject: [PATCH] docs(README): add Solo GPX Downloader web tool to GPX Trail Export section Co-Authored-By: Claude Sonnet 4.6 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a67d5d3d..74c02d33 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,12 @@ Options: Capture the GPS trail as a GPX 1.1 file by streaming it over USB serial. +### [Solo GPX Downloader](https://marekzegare4.github.io/solo-tools/) — no install required + +Open the link in **Chrome** or **Edge**, click **Connect device**, then trigger the export on the device. The browser captures the stream and offers a timestamped `.gpx` file for download. + +### Script + ```sh uv run tools/trail_export.py ```