summaryrefslogtreecommitdiff
path: root/fw/app/prj.conf
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-29 12:14:12 +0200
committerxengineering <me@xengineering.eu>2025-07-30 21:53:35 +0200
commit0eae46d834489f07db868300b79660a0a739c218 (patch)
tree74e4917cd15d9b31e0d2f3c93600b7d6adc9cc85 /fw/app/prj.conf
parent467be807cde370b1ec6f514bcb519842140c192f (diff)
downloadiot-contact-0eae46d834489f07db868300b79660a0a739c218.tar
iot-contact-0eae46d834489f07db868300b79660a0a739c218.tar.zst
iot-contact-0eae46d834489f07db868300b79660a0a739c218.zip
fw: app: mqtt: Add MQTT broker connection
This is the first minimal step towards MQTT: Connecting to a broker. Wireshark validates that there is actually MQTT data flow in both directions.
Diffstat (limited to 'fw/app/prj.conf')
-rw-r--r--fw/app/prj.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/app/prj.conf b/fw/app/prj.conf
index 6589ec0..7400b7c 100644
--- a/fw/app/prj.conf
+++ b/fw/app/prj.conf
@@ -59,3 +59,5 @@ CONFIG_SETTINGS_SHELL=y
CONFIG_GNU_C_EXTENSIONS=y
CONFIG_JSON_LIBRARY=y
+
+CONFIG_MQTT_LIB=y