From 8758151dcdb0f89e362dd297405a384d3a034380 Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期三, 28 一月 2026 20:21:37 +0800
Subject: [PATCH] 天宫输入源模块设置时爆音及参数拷贝更新
---
src/protocol.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/protocol.h b/src/protocol.h
index 501da1c..69033b7 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -8,6 +8,7 @@
#ifndef PROTOCOL_H_
#define PROTOCOL_H_
+#include <string>
#include "config.h"
#define MSG_DATA_LEN (SPI_BUFFER_SIZE-16)
@@ -79,7 +80,7 @@
typedef struct{
short dual_dsp;
short dsp_index;
- short local_rx_num;
+ short local_rx_num; // include analog + usb channel
short local_tx_num;
short dante_rx_num;
short dante_tx_num;
--
Gitblit v1.9.3