mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
Merge pull request #3606 from Andreas-Hellberg/fix_sbus_sync_interval
Fix sbus_sync_interval min/max values.
This commit is contained in:
commit
1c06b30bde
1 changed files with 2 additions and 2 deletions
|
@ -351,8 +351,8 @@ groups:
|
||||||
type: bool
|
type: bool
|
||||||
- name: sbus_sync_interval
|
- name: sbus_sync_interval
|
||||||
field: sbusSyncInterval
|
field: sbusSyncInterval
|
||||||
min: 10000
|
min: 500
|
||||||
max: 500
|
max: 10000
|
||||||
- name: rc_smoothing
|
- name: rc_smoothing
|
||||||
field: rcSmoothing
|
field: rcSmoothing
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue