Add live POI tagging during wardrive#1166
Open
datboip wants to merge 2 commits intojustcallmekoko:masterfrom
Open
Add live POI tagging during wardrive#1166datboip wants to merge 2 commits intojustcallmekoko:masterfrom
datboip wants to merge 2 commits intojustcallmekoko:masterfrom
Conversation
Tap bottom bar during wardrive to drop GPS-tagged waypoints (auto-numbered). CLI command `wardrivepoi [label]` supports custom labels for serial/Flipper users. Writes standard GPX format with lat/lon/ele/time/name. Empty GPX files auto-cleaned on scan stop. Addresses justcallmekoko#1058. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI injects board defines via compiler flags, so having MARAUDER_V6_1 uncommented caused dual-define conflicts on all other board targets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wardrivepoi [label]for custom-named POIs over serialUsage
wardrivepoi Starbuckswardrive_poi_YYYYMMDD.gpxon SD cardAddresses #1058
Test plan
wardrivepoi My Spotvia CLI → verify custom label in GPXwardrivepoiwith no args → verify auto-numbered label🤖 Generated with Claude Code