diff --git a/ASSETS/gpsqr/screenshot-1.png b/ASSETS/gpsqr/screenshot-1.png new file mode 100644 index 0000000..63d7533 Binary files /dev/null and b/ASSETS/gpsqr/screenshot-1.png differ diff --git a/README.md b/README.md index 06f00a5..fd850a5 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,15 @@ For B&W includes GPS Telemetry screen, and Home distance telemetry screen.

+### [GPSQR](https://github.com/JoelFPV/GPSQR) + +Full-screen GPS and ELRS telemetry widget for color radios, with a scannable Google-Maps QR code of the model's last known position. Shows distance to home, trip, height above take-off with MSL, speed, heading, satellites, flight time, mAh drawn and a full ELRS panel, and switches to a MAX debrief on landing. Betaflight and iNAV are detected automatically.
+ +GPSQR screenshot 1 + + +
+ ## Telemetery & Flight Controllers ### [Betaflight Setup](https://github.com/betaflight/betaflight-tx-lua-scripts) diff --git a/scripts.json b/scripts.json index 641c91a..54d6a91 100644 --- a/scripts.json +++ b/scripts.json @@ -199,6 +199,26 @@ "color" ] }, + { + "name": "GPSQR", + "category": "GPS & Mapping", + "description": "Full-screen GPS and ELRS telemetry widget for color radios, with a scannable Google-Maps QR code of the model's last known position - point a phone at the radio to walk to a downed model. Shows distance to home, trip, height above take-off with MSL, speed, heading, satellites, flight time, mAh drawn and a full ELRS panel, and switches to a MAX debrief on landing. Betaflight and iNAV are detected automatically.", + "infourl": "https://github.com/JoelFPV/GPSQR", + "images": [ + "ASSETS/gpsqr/screenshot-1.png" + ], + "tags": [ + "widget", + "color", + "gps", + "expresslrs", + "crossfire", + "betaflight", + "inav", + "quad", + "fixed-wing" + ] + }, { "name": "Betaflight Setup", "category": "Flight Controller Config",