From 503feb1b21d717260098ed976b86b5f20f602981 Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Fri, 10 Oct 2025 15:59:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=20LoRaMeshUartPassthroughTra?= =?UTF-8?q?nsport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/core/application.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/application.go b/internal/core/application.go index e5c3629..3658090 100644 --- a/internal/core/application.go +++ b/internal/core/application.go @@ -115,7 +115,7 @@ func NewApplication(configPath string) (*Application, error) { } else { logger.Info("当前运行模式: lora_mesh。初始化 LoRa Mesh 传输层和占位符监听器。") listenHandler = webhook.NewPlaceholderListener(logger) - tp, err := lora.NewLoRaMeshUartPassthroughTransport(cfg.LoraMesh, logger) + tp, err := lora.NewLoRaMeshUartPassthroughTransport(cfg.LoraMesh, logger, areaControllerRepo, pendingCollectionRepo, deviceRepo, sensorDataRepo) loraListener = tp comm = tp if err != nil {