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:
parent
d463cd322a
commit
2ef1943c0c
@ -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 = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user