docs(README): add Solo GPX Downloader web tool to GPX Trail Export section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-06-09 08:14:19 +02:00
parent e653f51e94
commit 5c86b85ec3

View File

@@ -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
```