forked from Archive/PX4-Autopilot
POSIX config: Fix order of dev IDs
This commit is contained in:
parent
27cec4a977
commit
3627456dd6
|
@ -7,8 +7,8 @@ dataman start
|
|||
mavlink start -u 14556 -r 60000
|
||||
simulator start -s
|
||||
param set CAL_GYRO0_ID 2293760
|
||||
param set CAL_ACC0_ID 1310720
|
||||
param set CAL_ACC1_ID 1376256
|
||||
param set CAL_ACC0_ID 1376256
|
||||
param set CAL_ACC1_ID 1310720
|
||||
param set CAL_MAG0_ID 196608
|
||||
param set CAL_GYRO0_XOFF 0.01
|
||||
param set CAL_ACC0_XOFF 0.01
|
||||
|
|
Loading…
Reference in New Issue