mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +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
|
||||
- name: sbus_sync_interval
|
||||
field: sbusSyncInterval
|
||||
min: 10000
|
||||
max: 500
|
||||
min: 500
|
||||
max: 10000
|
||||
- name: rc_smoothing
|
||||
field: rcSmoothing
|
||||
type: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue