mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
GPS - send UBlox SVINFO only once every 5 cycles (1hz) to reduce load on
the FC.
This commit is contained in:
parent
62134057f0
commit
ff9806e7a8
2 changed files with 6 additions and 2 deletions
|
@ -81,9 +81,12 @@ Next, to ensure the FC doesn't waste time processing messages it does not need y
|
|||
NAV-SOL
|
||||
NAV-VELNED
|
||||
NAV-TIMEUTC
|
||||
|
||||
The above messages should each be enabled with a rate of `1`.
|
||||
|
||||
NAV-SVINFO
|
||||
|
||||
The above messages should each be enabled with a rate of '1`.
|
||||
The above messages should each be enabled with a rate of `5` to reduce bandwidth and load on the FC.
|
||||
|
||||
When changing message target and rates remember to click `Send` after changing each message.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue