From 96299467958aaffdbef5cb8ae780d3abeddfcaba Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Dec 2025 13:27:42 +0100 Subject: Separate MQTT logic This reduces the coupling between the MQTT-related code and everything else to a single `tx` channel of type `MQTTMessage`. This improves the code quality significantly. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index e2ce711..6200e2f 100644 --- a/meson.build +++ b/meson.build @@ -6,6 +6,7 @@ sia_server = custom_target( input : [ meson.current_source_dir() / 'main.go', meson.current_source_dir() / 'cache.go', + meson.current_source_dir() / 'mqtt.go', ], output : 'sia-server', command : [ -- cgit v1.2.3-70-g09d2