From 005755edcdc332315ba077598d4746ac195b069e Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期一, 14 十月 2024 11:45:56 +0800
Subject: [PATCH] increase KPLC KBus from 2 client to 16 clients

---
 KPLC/Inc/BoardType.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/KPLC/Inc/BoardType.h b/KPLC/Inc/BoardType.h
index d1f0a4c..1e584f3 100644
--- a/KPLC/Inc/BoardType.h
+++ b/KPLC/Inc/BoardType.h
@@ -43,7 +43,7 @@
 	
 };
 
-#define BOARD_TYPE 7 
+#define BOARD_TYPE 9 
 #define BOARD_VER 1
 
 #define ENABLE_PLC 1

--
Gitblit v1.9.1