1
0
Fork 0
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:
Alberto García Hierro 2018-07-15 23:34:58 +01:00 committed by GitHub
commit 1c06b30bde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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