diff --git a/ASSETS/recovery-qr/screenshot-1.png b/ASSETS/recovery-qr/screenshot-1.png new file mode 100644 index 0000000..812077c Binary files /dev/null and b/ASSETS/recovery-qr/screenshot-1.png differ diff --git a/ASSETS/recovery-qr/screenshot-2.png b/ASSETS/recovery-qr/screenshot-2.png new file mode 100644 index 0000000..bc51e17 Binary files /dev/null and b/ASSETS/recovery-qr/screenshot-2.png differ diff --git a/ASSETS/recovery-qr/screenshot-3.png b/ASSETS/recovery-qr/screenshot-3.png new file mode 100644 index 0000000..d36eb78 Binary files /dev/null and b/ASSETS/recovery-qr/screenshot-3.png differ diff --git a/ASSETS/recovery-qr/screenshot-4.png b/ASSETS/recovery-qr/screenshot-4.png new file mode 100644 index 0000000..73b40c6 Binary files /dev/null and b/ASSETS/recovery-qr/screenshot-4.png differ diff --git a/ASSETS/recovery-qr/screenshot-5.png b/ASSETS/recovery-qr/screenshot-5.png new file mode 100644 index 0000000..9cf60ae Binary files /dev/null and b/ASSETS/recovery-qr/screenshot-5.png differ diff --git a/scripts.json b/scripts.json index 11ad025..c9cec10 100644 --- a/scripts.json +++ b/scripts.json @@ -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",