forked from Archive/PX4-Autopilot
change start script to launch the px4flow driver in background.
Fixes issue #2145
This commit is contained in:
parent
d9e6cb0f58
commit
440aedebad
|
@ -111,7 +111,7 @@ else
|
|||
fi
|
||||
|
||||
# Check for flow sensor
|
||||
if px4flow start
|
||||
if px4flow start &
|
||||
then
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue