Skip to content

Commit

Permalink
AP_DDS: default IP to 192.168.144.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 authored and tridge committed Dec 11, 2024
1 parent f919c10 commit dad3544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_DDS/AP_DDS_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dad3544

Please sign in to comment.