From 0eae46d834489f07db868300b79660a0a739c218 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 29 Jul 2025 12:14:12 +0200 Subject: 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. --- fw/app/prj.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw/app/prj.conf') 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 -- cgit v1.2.3-70-g09d2