Hey guys a question about enabling the Baro on the GNSS.
I have read tht I need to put this code on the mem card to get the baro working, but I see it uses the command “fi” is that a spelling mistake and it should read “If”.
# uORB will be started again by the main init script later, it's OK
if uorb start
then
echo "ext: uORB started"
if uavcan start 1
then
echo "ext: UAVCAN started"
else
echo "ext: Could not start UAVCAN"
fi
else
echo "ext: Could not start uORB"
fi
# This delay allows UAVCAN to pick external sensors before internal ones
sleep 8