Fix sensor rail reset on Pixracer. Increase the reset duration to 50 ms to ensure the sensor power has bled off.

This commit is contained in:
Lorenz Meier
2016-10-08 16:18:48 +02:00
parent e73cd08a30
commit 605cffc230
+1 -1
View File
@@ -30,7 +30,7 @@ else
# schematic and BOM, leading to sensor brownouts # schematic and BOM, leading to sensor brownouts
# on boot. Original Pixracers following the # on boot. Original Pixracers following the
# open hardware design do not require this. # open hardware design do not require this.
fmu sensor_reset 20 fmu sensor_reset 50
fi fi
if ms5611 -s start if ms5611 -s start