change start script to launch the px4flow driver in background.

Fixes issue #2145
This commit is contained in:
Simon Laube 2015-06-30 21:10:48 +02:00
parent 7a93348340
commit 07efb655c4
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ else
fi
# Check for flow sensor
if px4flow start
if px4flow start &
then
fi