From bd55b94efa8ede81a6b681f6393e22f494cfca0e Mon Sep 17 00:00:00 2001 From: Bernhard Date: Mon, 8 Dec 2025 19:39:13 +0100 Subject: [PATCH] =?UTF-8?q?Ansteuerung=20Z=C3=BCnd-Relais?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index 705942b..c8fa9ee 100755 --- a/main.c +++ b/main.c @@ -145,6 +145,9 @@ void *thread_func(void *data) wait_rest_of_period(&pinfo); } + // "Zündung" aus + WriteOutputPin(GPIO_OUT_PWRON, 0); + // Disconnect from mqtt broker MqttClient_Close();