From b0d80930c9905e6fe8782b54377097ad07c41166 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Tue, 14 Jan 2025 07:52:22 +0700 Subject: [PATCH] update --- src/communication.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/communication.jl b/src/communication.jl index 5a9b5cf..e780f46 100644 --- a/src/communication.jl +++ b/src/communication.jl @@ -117,7 +117,7 @@ end julia> using Revise julia> using GeneralUtils, Dates, JSON3, UUIDs julia> mqttMsgReceiveTopic = ["/receivetopic_1", "/receivetopic_2"] - julia> mqttMsgReceiveChannel = (ch1=Channel(8), ch2=Channel(32)) + julia> mqttMsgReceiveChannel = (ch1=Channel(8), ch2=Channel(32)) # single channel Ex. (ch1=Channel(8),) julia> keepaliveChannel = Channel(8) julia> function onMsgCallback(topic, payload) jobj = JSON3.read(String(payload))