Ansteuerung Zünd-Relais

This commit is contained in:
Bernhard
2025-12-08 19:39:13 +01:00
parent b10547e070
commit bd55b94efa

3
main.c
View File

@@ -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();