From 7735ded57fbb5834efc2f6185fb668ec70923e7f Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 11 Jul 2026 13:59:01 +0200 Subject: zwei Topics, überflüssige Variable entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/subscribe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/subscribe.c') diff --git a/src/subscribe.c b/src/subscribe.c index 3d8611e..d612b02 100644 --- a/src/subscribe.c +++ b/src/subscribe.c @@ -72,7 +72,7 @@ main(void) } mqtt_handle_messages(client, - (const char *[]){ TOPIC, "testtopic", NULL }, + (const char *[]){ TOPIC, TOPIC2, NULL }, callback, &terminate); -- cgit v1.3