forked from betaflight/firmware-presets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request betaflight#242 from TehllamaFPV/ELRS_Passthrough
ExpressLRS Betalight Passthrough Preset
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#$ TITLE: ExpressLRS Passthrough Betaflight Settings | ||
#$ FIRMWARE_VERSION: 3.5 | ||
#$ FIRMWARE_VERSION: 4.2 | ||
#$ FIRMWARE_VERSION: 4.3 | ||
#$ STATUS: OFFICIAL | ||
#$ CATEGORY: OTHER | ||
#$ KEYWORDS: ELRS, Passthrough, Configure, utility | ||
#$ AUTHOR: Daniel Appel / Tehllama | ||
#$ DESCRIPTION: This is a simplified way of ensuring that Betaflight is correctly configured to enable ExpressLRS to perform receiver flashing via Passthrough. | ||
#$ DESCRIPTION: Backing up flight controller settings is strongly recommended. After completing serial passthrough flashing, configuration should be restored from the backup file. | ||
#$ WARNING: Please back up flight controller settings using the "Save Backup" button. | ||
#$ DISCUSSION: https://github.com/betaflight/firmware-presets/pull/242 | ||
|
||
feature -TELEMETRY | ||
set serialrx_inverted = off | ||
set serialrx_halfduplex = off |