From ce1611dedc0d78b0cbc3ea1d86491d18e17ed768 Mon Sep 17 00:00:00 2001 From: YuanHongbin <975559679@qq.com> Date: Mon, 24 Aug 2026 16:13:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(debug):=20help=E5=91=BD=E4=BB=A4=E8=A1=A5?= =?UTF-8?q?=E5=85=85fpocfg=E5=8F=82=E6=95=B0=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Project/GateWay/source/Module/GateWay_Debug/DebugCmd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project/GateWay/source/Module/GateWay_Debug/DebugCmd.c b/Project/GateWay/source/Module/GateWay_Debug/DebugCmd.c index 604df3f..beb5834 100644 --- a/Project/GateWay/source/Module/GateWay_Debug/DebugCmd.c +++ b/Project/GateWay/source/Module/GateWay_Debug/DebugCmd.c @@ -2160,6 +2160,10 @@ void DebugCmdHelp(int argc, char *argv[]) memcpy(Data, "lpcfg ?\r\n", len); DebugAnalyze(GateWay, Data, len); + len = strlen("fpocfg ?\r\n"); + memcpy(Data, "fpocfg ?\r\n", len); + DebugAnalyze(GateWay, Data, len); + len = strlen("lora ?\r\n"); memcpy(Data, "lora ?\r\n", len); DebugAnalyze(GateWay, Data, len);