mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-24 19:08:21 +08:00
feat(ufw): enable nfs mounting and flashing
This commit is contained in:
committed by
GitHub
parent
ec1c6a4901
commit
14b3f44081
@@ -671,6 +671,11 @@ else
|
||||
internal_combustion_engine_control start
|
||||
fi
|
||||
|
||||
if param compare -s NFS_EN 1
|
||||
then
|
||||
nfs_mount start &
|
||||
fi
|
||||
|
||||
#
|
||||
# Optional board supplied extras: rc.board_extras
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user