From 2aafec84510416390093fe56ce20eaf58f83239b Mon Sep 17 00:00:00 2001 From: zhicheng233 Date: Sun, 17 May 2026 18:14:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=94=B9=E9=BB=98=E8=AA=8D?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NfcAime.Dll/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NfcAime.Dll/Config.cs b/src/NfcAime.Dll/Config.cs index 9ad43c1..d0e184e 100644 --- a/src/NfcAime.Dll/Config.cs +++ b/src/NfcAime.Dll/Config.cs @@ -21,7 +21,7 @@ internal static class Config static Config() { IDmMode = Convert.ToInt32(ReadKey(IOSection, "IDmMode", 1024, "1")); - ReaderCOM = ReadKey(IOSection, "ReaderCOM" , 1024, "COM3"); + ReaderCOM = ReadKey(IOSection, "ReaderCOM" , 1024, "COM8"); ReaderBaud = Convert.ToInt32(ReadKey(IOSection, "Baud" , 1024, "115200")); }