mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +08:00
df_hmc5883_wrapper: set mag device path from input argument (#8079)
This commit is contained in:
@@ -9,11 +9,11 @@ param set MAV_SYS_ID 1
|
||||
param set SYS_MC_EST_GROUP 2
|
||||
|
||||
df_mpu9250_wrapper start_without_mag -R 10
|
||||
df_hmc5883_wrapper start
|
||||
df_hmc5883_wrapper start -D /dev/i2c-4
|
||||
df_ms5611_wrapper start
|
||||
rgbled start -b 1
|
||||
ocpoc_adc start
|
||||
gps start -d /dev/ttyS5 -s
|
||||
gps start -d /dev/ttyS3 -s
|
||||
sensors start
|
||||
commander start
|
||||
navigator start
|
||||
|
||||
Reference in New Issue
Block a user