mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:27:34 +08:00
change start script to launch the px4flow driver in background.
Fixes issue #2145
This commit is contained in:
@@ -111,7 +111,7 @@ else
|
||||
fi
|
||||
|
||||
# Check for flow sensor
|
||||
if px4flow start
|
||||
if px4flow start &
|
||||
then
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user