From 491eb8fd31ad8c9b7b972fd53f69fe06c47b21fd Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Wed, 12 Mar 2025 14:34:14 +0700 Subject: [PATCH] update --- src/communication.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/communication.jl b/src/communication.jl index 3965dcd..62b672e 100644 --- a/src/communication.jl +++ b/src/communication.jl @@ -190,6 +190,7 @@ function mqttClientInstance_v2( _ = take!(msgReceiveChannel[i]) end end + println("Old MQTT messages cleared") end return instance