From 1b65f75da704da4273e2c381de57647178d073e4 Mon Sep 17 00:00:00 2001 From: yelvlab Date: Sun, 1 Jun 2025 10:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3M3=E6=8C=87=E4=BB=A4=E9=87=8D?= =?UTF-8?q?=E5=90=AFMCU=E5=90=8E=E5=9B=9E=E5=8C=85=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rs485.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rs485.c b/src/rs485.c index dd0a815..2eb3d99 100644 --- a/src/rs485.c +++ b/src/rs485.c @@ -93,7 +93,7 @@ void process_command(uint8_t *cmd, size_t length) { } else if (strcmp(combined_str, "M2") == 0) { g_statusSwitch = false; } else if (strcmp(combined_str, "M3") == 0) { - printf("%c%c%c%c%c%c", 0xB5, 0xF1, 0x02, 0x6F, 0x6B, 0xCC); + printf("%c%c%c%c%c%c", 0xB5, 0xF0, 0x02, 0x6F, 0x6B, 0xCC); fwdgt_reset_mcu(); } else { printf("%c%c%c%c%c%c%c", 0xB5, 0xF0, 0x03, 0x65, 0x72, 0x72, 0x3C);