Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/flightlog_fielddefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export const FLIGHT_LOG_FLIGHT_MODE_NAME_POST_4_5 = makeReadOnly([
"HEADFREE",
"PASSTHRU",
"FAILSAFE",
"POSHOLD",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have new AltHold and PosHold modes after 4.5. Its are included in modes list now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These flight modes were added in 4.6. Are they backwards compatible using 4.5 logs ?

Copy link
Contributor Author

@demvlad demvlad Dec 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new AltaHold and PosHold modes names are added for BF 4.6 FW versions only.
The previouse BF versions logs use its own names list.

"GPSRESCUE",
"ANTIGRAVITY",
"HEADADJ",
Expand Down