mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
Eagle: SDLOG_PRIO_BOOST to raise sdlog2 priority
This should lead to less drops on Snapdragon although it's hard to verify this.
This commit is contained in:
@@ -2,6 +2,7 @@ uorb start
|
|||||||
muorb start
|
muorb start
|
||||||
sdlog2 start -r 100 -e -t -a -b 200
|
sdlog2 start -r 100 -e -t -a -b 200
|
||||||
param set MAV_BROADCAST 1
|
param set MAV_BROADCAST 1
|
||||||
|
param set SDLOG_PRIO_BOOST 3
|
||||||
dataman start
|
dataman start
|
||||||
navigator start
|
navigator start
|
||||||
mavlink start -u 14556 -r 1000000
|
mavlink start -u 14556 -r 1000000
|
||||||
|
|||||||
Reference in New Issue
Block a user