Updates
This commit is contained in:
parent
7ee4a10e87
commit
8a8dc30d15
@ -37,17 +37,11 @@ SCHED_LOOP_RATE=100 # Faster scheduler updates.
|
|||||||
|
|
||||||
## Servo update rate
|
## Servo update rate
|
||||||
|
|
||||||
If you want a higher servo update rate (because of digital servos), it is probably better to set the scheduler loop rate to the frequency you want, and enable ONESHOT (assuming you have a BLHeli ESC):
|
If you want a higher servo update rate (because of digital servos), it is probably better to set the scheduler loop rate to the frequency you want, and enable ONESHOT on the servos:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
SCHED_LOOP_RATE=100 # As above.
|
SCHED_LOOP_RATE=200 # As above.
|
||||||
SERVO_BLH_OTYPE=1 # For ONESHOT.
|
ONESHOT_MASK=6 # Change to whatever channels your servos are on.
|
||||||
```
|
|
||||||
|
|
||||||
With no BLHeli ESCs, change your `SERVO_RATE`:
|
|
||||||
|
|
||||||
```js
|
|
||||||
SERVO_RATE=100
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
Loading…
Reference in New Issue
Block a user