Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ASSETS/recovery-qr/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ASSETS/recovery-qr/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ASSETS/recovery-qr/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ASSETS/recovery-qr/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ASSETS/recovery-qr/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,24 @@
"fixed-wing"
]
},
{
"name": "Recovery QR",
"category": "GPS & Mapping",
"description": "Color-screen widget that turns the model's latest valid GPS telemetry position into a native LVGL QR code for Google Maps. Saves the last known position per model so it survives telemetry loss and radio restarts, and shows it full-screen for quick recovery of a downed aircraft. Configurable telemetry source.",
"infourl": "https://github.com/bultodepapas/edgetx-recovery-qr",
"images": [
"ASSETS/recovery-qr/screenshot-1.png",
"ASSETS/recovery-qr/screenshot-2.png",
"ASSETS/recovery-qr/screenshot-3.png",
"ASSETS/recovery-qr/screenshot-4.png",
"ASSETS/recovery-qr/screenshot-5.png"
],
"tags": [
"widget",
"color",
"gps"
]
},
{
"name": "Rotorflight LUA Scripts",
"category": "Flight Controller Config",
Expand Down
Loading