From 93f3622c99f56caf711e29108b893212172381da Mon Sep 17 00:00:00 2001 From: YuanHongbin <975559679@qq.com> Date: Wed, 24 Jun 2026 17:41:37 +0800 Subject: [PATCH] =?UTF-8?q?ETH=E7=BD=91=E7=BB=9C=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=88=86=E7=BB=84=E6=A1=86=E5=8E=BB=E9=99=A4Cat1=E5=AD=97?= =?UTF-8?q?=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway_config.py b/gateway_config.py index 2fac381..846fd1a 100644 --- a/gateway_config.py +++ b/gateway_config.py @@ -193,7 +193,7 @@ class GatewayConfigTool(QMainWindow): info_grid.addWidget(self.label_cur_lora_fc, row, 1) # Eth参数(紧凑两列) - eth_info_group = QGroupBox("ETH / Cat1网络参数") + eth_info_group = QGroupBox("ETH网络参数") eth_info_grid = QGridLayout(eth_info_group) eth_info_grid.setSpacing(4)