This commit is contained in:
Stavros Korokithakis 2021-10-30 23:50:49 +03:00
parent 20ca1ad144
commit 11754e4cae
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -39,17 +39,17 @@ The values in this section are specific to the Omnibus F4, but the settings aren
- [ ] Once Fport works, reverse the elevator with `RC2_REVERSED=1`.
- [ ] Set up your servo functions and trims:
```bash
SERVO1_FUNCTION=70
SERVO1_FUNCTION=70 # Throttle
SERVO1_MIN=1000
SERVO1_MAX=2000
SERVO1_TRIM=1000
SERVO3_FUNCTION=77
SERVO3_FUNCTION=77 # Left elevon
SERVO3_MIN=1000
SERVO3_MAX=2000
SERVO3_TRIM=1500
SERVO4_FUNCTION=78
SERVO4_FUNCTION=78 # Right elevon
SERVO4_MIN=1000
SERVO4_MAX=2000
SERVO4_TRIM=1500