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 9d9eaa3150
commit ec215c3a29
1 changed files with 1 additions and 1 deletions

View File

@ -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