mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
PX4: fixed l3gd20 rotation
based on first flight log
This commit is contained in:
parent
a8fd4472be
commit
41486ac59c
@ -266,7 +266,7 @@ else
|
||||
echo "No MPU6000" >> $logfile
|
||||
sh /etc/init.d/rc.error
|
||||
fi
|
||||
if l3gd20 -X -R 6 start
|
||||
if l3gd20 -X -R 4 start
|
||||
then
|
||||
echo "l3gd20 external started OK"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user