1
0
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:
edouard 2010-12-19 17:56:22 +00:00 committed by edouard
parent 51089b40bc
commit fc66814ed3

View File

@ -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)
{