Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing "Other Options" in Firmware Flasher Tab #505

Merged
merged 1 commit into from
Jan 1, 2025
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
5 changes: 4 additions & 1 deletion docs/wiki/configurator/firmware-flasher-tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ These are custom functions or features that you can add to the firmware.
| :------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| AKK (SA Fix) | SmartAudio patch for AKK hardware |
| Acro Trainer | Enable Acro Trainer support |
| Altitude Hold Mode | Enable Altitude Hold Mode support. See [#13816](https://github.com/betaflight/betaflight/pull/13816) |
| Altitude Hold | Enable Altitude Hold Mode support. See [#13816](https://github.com/betaflight/betaflight/pull/13816) |
| Batt. Continue | See [#11084](https://github.com/betaflight/betaflight/pull/11084) |
| Cam. Control | Enable Camera Control |
| Dashboard | Enable external i2c OLED Display device (to be deprecated) |
Expand All @@ -162,9 +162,12 @@ These are custom functions or features that you can add to the firmware.
| OSD (SD) | Enable SD OSD (onboard MAX7456 required) |
| OSD (HD) | Enable HD OSD (eg DJI, HDZero, Walksnail) |
| PIN IO | Enable PINIO |
| Position Hold | Enable Position Hold Mode support. See [#13975](https://github.com/betaflight/betaflight/pull/13975) |
| RACE PRO | see [Betaflight 4.5 Release notes](/docs/wiki/release/betaflight-4-5-release-notes#161-race-pro-build-option) |
| Soft Serial | Enable support for [Software Serial](/docs/wiki/guides/current/softserial) |
| Servos | Enable Servo support |
| VTX | Enable VTX |
| Wing | TPA mode PDS + Wing setpoint attenuation. See [#14010](https://github.com/betaflight/betaflight/pull/14010) |

### Motor Protocol

Expand Down
Loading