feat(scripts): add Recovery QR widget - #64
Merged
Conversation
Recovery QR: color-screen widget that turns the last valid GPS position into a native LVGL QR code for Google Maps, saved per model and restored across telemetry loss and radio restarts. Refs EdgeTX#63
There was a problem hiding this comment.
Pull request overview
Adds the Recovery QR widget entry to the lua-scripts gallery so it can be discovered alongside other GPS & mapping widgets, with associated screenshots for the gallery listing.
Changes:
- Added a new
scripts.jsonentry for “Recovery QR” under GPS & Mapping with description, info URL, tags, and screenshot paths. - Added five gallery screenshots under
ASSETS/recovery-qr/referenced by the new listing.
Reviewed changes
Copilot reviewed 1 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scripts.json | Adds the “Recovery QR” gallery metadata entry (name/category/description/URL/tags/images). |
| ASSETS/recovery-qr/screenshot-1.png | Adds screenshot asset referenced by the new gallery entry. |
| ASSETS/recovery-qr/screenshot-2.png | Adds screenshot asset referenced by the new gallery entry. |
| ASSETS/recovery-qr/screenshot-3.png | Adds screenshot asset referenced by the new gallery entry. |
| ASSETS/recovery-qr/screenshot-4.png | Adds screenshot asset referenced by the new gallery entry. |
| ASSETS/recovery-qr/screenshot-5.png | Adds screenshot asset referenced by the new gallery entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Adds the Recovery QR widget to the gallery.
Color-screen EdgeTX widget that turns the model's latest valid GPS telemetry position into a native LVGL QR code for Google Maps. The last known position is saved per model, survives telemetry loss and radio restarts, and can be shown full-screen to scan with a phone when recovering a downed aircraft.
ASSETS/recovery-qr/scripts.jsonvalidated withtools/validate_scripts.py(0 errors)Closes #63