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.
Create ExpressLRS BF Passthrough Preset
- Loading branch information
1 parent
ae80898
commit eb4ae8d
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 |