AP_DDS: default IP to 192.168.144.x

This commit is contained in:
Randy Mackay 2024-12-06 12:40:17 +09:00 committed by Andrew Tridgell
parent 72e1ec7d93
commit d57f098ae7
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,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