diff --git a/.github/ISSUE_TEMPLATE/add-script.yml b/.github/ISSUE_TEMPLATE/add-script.yml index 8257eaa..33b9e7c 100644 --- a/.github/ISSUE_TEMPLATE/add-script.yml +++ b/.github/ISSUE_TEMPLATE/add-script.yml @@ -100,9 +100,11 @@ body: - label: expresslrs - label: fixed-wing - label: game + - label: ghost - label: gps - label: heli - label: inav + - label: logging - label: multi-protocol - label: quad - label: rotorflight diff --git a/.github/ISSUE_TEMPLATE/update-script.yml b/.github/ISSUE_TEMPLATE/update-script.yml index cc6f175..ab18cae 100644 --- a/.github/ISSUE_TEMPLATE/update-script.yml +++ b/.github/ISSUE_TEMPLATE/update-script.yml @@ -101,9 +101,11 @@ body: - label: expresslrs - label: fixed-wing - label: game + - label: ghost - label: gps - label: heli - label: inav + - label: logging - label: multi-protocol - label: quad - label: rotorflight diff --git a/ASSETS/edgetx-flight-log/screenshot-1.png b/ASSETS/edgetx-flight-log/screenshot-1.png new file mode 100644 index 0000000..c65f5c2 Binary files /dev/null and b/ASSETS/edgetx-flight-log/screenshot-1.png differ diff --git a/ASSETS/edgetx-flight-log/screenshot-2.png b/ASSETS/edgetx-flight-log/screenshot-2.png new file mode 100644 index 0000000..2a82a8c Binary files /dev/null and b/ASSETS/edgetx-flight-log/screenshot-2.png differ diff --git a/ASSETS/edgetx-flight-log/screenshot-3.png b/ASSETS/edgetx-flight-log/screenshot-3.png new file mode 100644 index 0000000..33df7b8 Binary files /dev/null and b/ASSETS/edgetx-flight-log/screenshot-3.png differ diff --git a/ASSETS/edgetx-flight-log/screenshot-4.png b/ASSETS/edgetx-flight-log/screenshot-4.png new file mode 100644 index 0000000..82a9503 Binary files /dev/null and b/ASSETS/edgetx-flight-log/screenshot-4.png differ diff --git a/scripts.json b/scripts.json index c9cec10..140960f 100644 --- a/scripts.json +++ b/scripts.json @@ -599,6 +599,30 @@ "black-and-white" ] }, + { + "name": "EdgeTX Flight Log", + "category": "Logging & Analysis", + "description": "Reads the CSV logs EdgeTX already writes to /LOGS and shows the flight on the radio, with no computer and no card reader: duration and armed time, battery start and low, mAh used, worst link and dropouts, maximum altitude, speed and distance, full screen line graphs, a GPS track with a plus code for finding the model, and every sensor in the log with min, average and max. Columns are matched to roles by name from the log header, so CRSF, GHST, ELRS and FrSky all work with no per-protocol code, and an unrecognised sensor is still listed rather than hidden.", + "infourl": "https://github.com/juricabi/edgetx-flight-log", + "images": [ + "ASSETS/edgetx-flight-log/screenshot-1.png", + "ASSETS/edgetx-flight-log/screenshot-2.png", + "ASSETS/edgetx-flight-log/screenshot-3.png", + "ASSETS/edgetx-flight-log/screenshot-4.png" + ], + "tags": [ + "betaflight", + "black-and-white", + "color", + "crossfire", + "expresslrs", + "gps", + "logging", + "quad", + "script", + "ghost" + ] + }, { "name": "RGB Throttle indicator", "category": "Radio Tools", diff --git a/scripts.schema.json b/scripts.schema.json index 6409cb2..49697bd 100644 --- a/scripts.schema.json +++ b/scripts.schema.json @@ -68,9 +68,11 @@ "expresslrs", "fixed-wing", "game", + "ghost", "gps", "heli", "inav", + "logging", "multi-protocol", "quad", "rotorflight",