forked from Archive/PX4-Autopilot
POSIX: Simulator: Use port 14560, since 14550 is QGroundControls default port
This commit is contained in:
parent
79d9e1be8d
commit
878284701d
|
@ -40,7 +40,7 @@
|
|||
using namespace simulator;
|
||||
|
||||
#define SEND_INTERVAL 20
|
||||
#define UDP_PORT 14550
|
||||
#define UDP_PORT 14560
|
||||
#define PIXHAWK_DEVICE "/dev/ttyACM0"
|
||||
|
||||
#define PRESS_GROUND 101325.0f
|
||||
|
|
Loading…
Reference in New Issue