summaryrefslogtreecommitdiff
path: root/fw/app/CMakeLists.txt
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-29 12:14:12 +0200
committerxengineering <me@xengineering.eu>2025-08-10 20:01:54 +0200
commit994316b06445011cdaee51b8c02cc0ead3ab473f (patch)
treee9c654b30519fa511724bdf19dc702cee93249a7 /fw/app/CMakeLists.txt
parente70f4dadc35a6e9ce87c406b0757bdd55e2ff8cf (diff)
downloadiot-contact-994316b06445011cdaee51b8c02cc0ead3ab473f.tar
iot-contact-994316b06445011cdaee51b8c02cc0ead3ab473f.tar.zst
iot-contact-994316b06445011cdaee51b8c02cc0ead3ab473f.zip
fw: app: mqtt: Add MQTT broker connectionmqtt
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/CMakeLists.txt')
-rw-r--r--fw/app/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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(