From e67dc008802aafb884dc94da054f2090da4005e2 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 02 六月 2021 15:44:57 +0800 Subject: [PATCH] upate bhsgo,use MsgQueryTopicReply_BHNodeAddress --- sbusClient.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sbusClient.go b/sbusClient.go index 421025c..40d464b 100644 --- a/sbusClient.go +++ b/sbusClient.go @@ -9,7 +9,7 @@ ) type SBusClient struct { - nodes []bhome_msg.BHAddress + nodes []*bhome_msg.MsgQueryTopicReply_BHNodeAddress } type ProcInfo struct { -- Gitblit v1.8.0