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/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'fw/app/CMakeLists.txt') diff --git a/fw/app/CMakeLists.txt b/fw/app/CMakeLists.txt index de1c418..7e06a0c 100644 --- a/fw/app/CMakeLists.txt +++ b/fw/app/CMakeLists.txt @@ -20,6 +20,7 @@ target_sources(app "${CMAKE_CURRENT_SOURCE_DIR}/src/ws.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/heart.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/settings.c" + "${CMAKE_CURRENT_SOURCE_DIR}/src/mqtt.c" ) target_sources_ifdef( -- cgit v1.2.3-70-g09d2