mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
omnibus: add support for Hobbywing XRotor F4 G2
It has an ICM-20602 IMU
This commit is contained in:
@@ -297,7 +297,12 @@ fi
|
||||
|
||||
if ver hwcmp OMNIBUS_F4SD
|
||||
then
|
||||
mpu6000 -R 12 -s start
|
||||
if mpu6000 -R 12 -s start
|
||||
then
|
||||
else
|
||||
# some boards such as the Hobbywing XRotor F4 G2 use the ICM-20602
|
||||
mpu6000 -R 12 -T 20602 -s start
|
||||
fi
|
||||
|
||||
# Possible external compasses
|
||||
hmc5883 -X start
|
||||
|
||||
Reference in New Issue
Block a user