1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00

Merge remote-tracking branch 'origin/master' into dzikuvx-remove-f3

This commit is contained in:
Pawel Spychalski (DzikuVx) 2022-06-26 11:45:08 +02:00
commit eb435c301b
31 changed files with 439 additions and 125 deletions

View file

@ -2834,11 +2834,11 @@ Protocol that is used to send motor updates to ESCs. Possible values - STANDARD,
### motor_pwm_rate
Output frequency (in Hz) for motor pins. Default is 400Hz for motor with motor_pwm_protocol set to STANDARD. For *SHOT (e.g. ONESHOT125) values of 1000 and 2000 have been tested by the development team and are supported. It may be possible to use higher values. For BRUSHED values of 8000 and above should be used. Setting to 8000 will use brushed mode at 8kHz switching frequency. Up to 32kHz is supported for brushed. Default is 16000 for boards with brushed motors. Note, that in brushed mode, minthrottle is offset to zero. For brushed mode, set max_throttle to 2000.
Output frequency (in Hz) for motor pins. Applies only to brushed motors.
| Default | Min | Max |
| --- | --- | --- |
| 400 | 50 | 32000 |
| 16000 | 50 | 32000 |
---