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 9, 2024
1 parent 9d9eaa3 commit ec215c3
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 @@ -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
Expand Down

0 comments on commit ec215c3

Please sign in to comment.