mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +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
|
// default values
|
||||||
QString simulatorId = "";
|
QString simulatorId = "";
|
||||||
QString hostAddress = "127.0.0.1";
|
QString hostAddress = "127.0.0.1";
|
||||||
int inPort = 0;
|
int inPort = 40100;
|
||||||
QString remoteAddress = "127.0.0.1";
|
QString remoteAddress = "127.0.0.1";
|
||||||
int outPort = 0;
|
int outPort = 40200;
|
||||||
QString binPath = "";
|
QString binPath = "";
|
||||||
QString dataPath = "";
|
QString dataPath = "";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user