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
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/add-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/update-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added ASSETS/edgetx-flight-log/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/edgetx-flight-log/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/edgetx-flight-log/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/edgetx-flight-log/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.
24 changes: 24 additions & 0 deletions scripts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions scripts.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@
"expresslrs",
"fixed-wing",
"game",
"ghost",
"gps",
"heli",
"inav",
"logging",
"multi-protocol",
"quad",
"rotorflight",
Expand Down