From 61deef5cdf96cbfdd6ad45be49e80d597c00ca65 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期二, 24 十二月 2024 08:37:21 +0800 Subject: [PATCH] 2024-12-24 --- KLink1/CDialogCommSet1.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/KLink1/CDialogCommSet1.h b/KLink1/CDialogCommSet1.h index abd8f1a..937b484 100644 --- a/KLink1/CDialogCommSet1.h +++ b/KLink1/CDialogCommSet1.h @@ -29,6 +29,8 @@ int UpdateComPortList(); CComboBox m_combo_comport; CString sComSelStr; + bool m_bOpened = false; + int nLastComPort = 0; int m_nComNum; int m_nBaudRate; CStringA m_Settings; -- Gitblit v1.9.1