mirror of https://github.com/ArduPilot/ardupilot
AP_DDS: default IP to 192.168.144.x
This commit is contained in:
parent
9d9eaa3150
commit
ec215c3a29
|
@ -161,7 +161,7 @@
|
|||
|
||||
#ifndef AP_DDS_DEFAULT_UDP_IP_ADDR
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS
|
||||
#define AP_DDS_DEFAULT_UDP_IP_ADDR "192.168.13.2"
|
||||
#define AP_DDS_DEFAULT_UDP_IP_ADDR "192.168.144.2"
|
||||
#else
|
||||
#define AP_DDS_DEFAULT_UDP_IP_ADDR "127.0.0.1"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue