mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
HITL: Flightgear plugin was broken, there was a missing space in the command line! Fixed now.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2257 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
51089b40bc
commit
fc66814ed3
@ -119,7 +119,7 @@ bool FGSimulator::setupProcess()
|
||||
"--in-air " +
|
||||
"--altitude=3000 " +
|
||||
"--vc=100 " +
|
||||
"--log-level=alert" +
|
||||
"--log-level=alert " +
|
||||
"--generic=socket,out,20," + settings.hostAddress + "," + QString::number(settings.inPort) + ",udp,opfgprotocol");
|
||||
if(!settings.manual)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user