Skip to content

Commit

Permalink
paho-mqtt: enable DNS client
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Jan 2, 2025
1 parent 276419b commit 9f15342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/paho-mqtt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ WIFI_PASS ?= "Your_secure_password"
# Optionally include remoteDNS support. This includes resolution of names at an
# upstream DNS server and the handling of RDNSS options in Router Advertisements
# to auto-configure that upstream DNS server.
# USEMODULE += sock_dns # include DNS client
# USEMODULE += gnrc_ipv6_nib_dns # include RDNSS option handling
USEMODULE += sock_dns # include DNS client
USEMODULE += gnrc_ipv6_nib_dns # include RDNSS option handling

ifneq (,$(DEFAULT_MQTT_CLIENT_ID))
CFLAGS += -DDEFAULT_MQTT_CLIENT_ID=\"$(DEFAULT_MQTT_CLIENT_ID)\"
Expand Down

0 comments on commit 9f15342

Please sign in to comment.