1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

AeroSimRC: change default ports to the same as in the AeroSimRC config

This commit is contained in:
Oleg Semyonov 2012-05-10 12:57:06 +03:00 committed by Oleg Semyonov
parent d463cd322a
commit 2ef1943c0c

View File

@ -36,9 +36,9 @@ HITLConfiguration::HITLConfiguration(QString classId,
// default values
QString simulatorId = "";
QString hostAddress = "127.0.0.1";
int inPort = 0;
int inPort = 40100;
QString remoteAddress = "127.0.0.1";
int outPort = 0;
int outPort = 40200;
QString binPath = "";
QString dataPath = "";