mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 23:08:11 +00:00
Adds tools/trail_export.py: auto-detects the Wio port, waits for the <?xml header, captures bytes until </gpx>, and writes a timestamped file to tools/gpx/. Replaces the abandoned synthetic-FAT USB-MSC approach with a simple host-side script. - README: new "GPX Trail Export" section - tools_screen.md: trail_export.py shown as the recommended download path, cat/PuTTY kept as a manual fallback - .gitignore: ignore tools/gpx/ output dir (mirrors tools/pngs/) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
23 lines
293 B
Plaintext
23 lines
293 B
Plaintext
.direnv
|
|
.pio
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
.vscode/ipch
|
|
out/
|
|
.direnv/
|
|
.DS_Store
|
|
.vscode/settings.json
|
|
.vscode/extensions.json
|
|
.idea
|
|
cmake-*
|
|
.cache
|
|
.ccls
|
|
compile_commands.json
|
|
.venv/
|
|
venv/
|
|
platformio.local.ini
|
|
CODE_REVIEW.md
|
|
tools/pngs/
|
|
tools/gpx/
|